Skip to content

Commit c03704c

Browse files
committed
chore: formatting
1 parent ad97432 commit c03704c

File tree

1 file changed

+1
-1
lines changed
  • stackslib/src/chainstate/nakamoto/coordinator

1 file changed

+1
-1
lines changed

stackslib/src/chainstate/nakamoto/coordinator/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -758,7 +758,7 @@ impl<
758758
match self.handle_new_nakamoto_burnchain_block() {
759759
Ok(can_proceed) => {
760760
if !can_proceed {
761-
error!("Missing canonical anchor block",);
761+
error!("Missing canonical anchor block");
762762
}
763763
}
764764
Err(e) => {

0 commit comments

Comments
 (0)