Skip to content

Commit 80c069f

Browse files
committed
cargo fmt
1 parent ba1ce0c commit 80c069f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

stackslib/src/net/relay.rs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -934,7 +934,9 @@ impl Relayer {
934934
);
935935

936936
if fault_injection::ignore_block(block.header.chain_length, &burnchain.working_dir) {
937-
return Ok(BlockAcceptResponse::Rejected("Fault injection: ignoring block".into()))
937+
return Ok(BlockAcceptResponse::Rejected(
938+
"Fault injection: ignoring block".into(),
939+
));
938940
}
939941

940942
// do we have this block? don't lock the DB needlessly if so.

0 commit comments

Comments
 (0)