Skip to content

Commit

Permalink
fix format string indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
AshwinSekar committed May 22, 2024
1 parent d8945a5 commit 5d1506a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ledger/src/blockstore.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1942,9 +1942,9 @@ impl Blockstore {
if !self.check_chaining(merkle_root, chained_merkle_root) {
warn!(
"Received conflicting chained merkle roots for slot: {slot},
shred {:?} type {:?} chains to merkle root {chained_merkle_root:?}, however
previous fec set coding shred {prev_erasure_set:?} has merkle root {merkle_root:?}.
Reporting as duplicate",
shred {:?} type {:?} chains to merkle root {chained_merkle_root:?}, however
previous fec set coding shred {prev_erasure_set:?} has merkle root {merkle_root:?}.
Reporting as duplicate",
shred.erasure_set(),
shred.shred_type(),
);
Expand Down

0 comments on commit 5d1506a

Please sign in to comment.