Skip to content

Commit

Permalink
Fix fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
elliedavidson committed Sep 22, 2023
1 parent 5259ca6 commit 3d6fcb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/task-impls/src/consensus.rs
Original file line number Diff line number Diff line change
Expand Up @@ -675,7 +675,7 @@ where

if timeout_cert.view_number != view - 1 {
warn!("Timeout certificate for view {} was not for the immediately preceding view", *view);
return;
return;
}

if !self
Expand Down

0 comments on commit 3d6fcb2

Please sign in to comment.