Skip to content

Commit

Permalink
Rustfmt
Browse files Browse the repository at this point in the history
  • Loading branch information
howardwu committed Mar 24, 2024
1 parent 1031c79 commit ae6d79c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion node/bft/src/bft.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1258,7 +1258,7 @@ mod tests {
bft.commit_leader_certificate::<false>(leader_certificate, Default::default()).await.unwrap();

// Increment the BFT to the next round.
let _next_round = bft.storage().increment_to_next_round(commit_round);
let _next_round = bft.storage().increment_to_next_round(commit_round);

// Ensure that the `gc_round` has been updated.
assert_eq!(bft.storage().gc_round(), next_round - max_gc_rounds);
Expand Down

0 comments on commit ae6d79c

Please sign in to comment.