Skip to content

Commit c13d725

Browse files
authored
Update tree_follower.cpp (#452)
1 parent 1cc50a1 commit c13d725

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/mls_ds/src/tree_follower.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ resolve(CipherSuite suite,
2828
// Resolve the proposals vector
2929
return stdx::transform<SenderAndProposal>(
3030
proposals, [&](const auto& proposal_or_ref) {
31-
static const auto resolver =
31+
const auto resolver =
3232
overloaded{ [&](const Proposal& proposal) -> SenderAndProposal {
3333
return { commit_sender, proposal };
3434
},

0 commit comments

Comments
 (0)