From cb57fb2702cd120f9600e2d50e1d7ffb41112bea Mon Sep 17 00:00:00 2001 From: Stephen Birarda Date: Tue, 20 Aug 2024 17:50:57 +0000 Subject: [PATCH] make format as always --- test/state.cpp | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/test/state.cpp b/test/state.cpp index 03026e1f..8a8d2ef7 100644 --- a/test/state.cpp +++ b/test/state.cpp @@ -1107,11 +1107,10 @@ TEST_CASE_METHOD(StateTest, "Parent Hash with Empty Left Subtree") states[0].remove_proposal(LeafIndex{ 1 }), }; - auto [commit2, welcome2, new_state_2] = - states[2].commit(fresh_secret(), CommitOpts{ { removes }, true, false, {} }, {}); - silence_unused(commit2); - states[2] = new_state_2; - + auto [commit2, welcome2, new_state_2] = states[2].commit( + fresh_secret(), CommitOpts{ { removes }, true, false, {} }, {}); + silence_unused(commit2); + states[2] = new_state_2; // Member @2 should have a valid tree, even though its filtered direct path no // longer goes to the root.