Skip to content

Commit 6ee8b77

Browse files
committed
fmt
1 parent cffb527 commit 6ee8b77

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/tasks/block/sim.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ impl Simulator {
9595
debug!(
9696
block_number = block_env.number,
9797
?finish_by,
98-
tx_count= sim_items.len(),
98+
tx_count = sim_items.len(),
9999
"starting block build",
100100
);
101101

src/tasks/submit.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -519,7 +519,7 @@ impl SubmitTask {
519519

520520
if let Err(e) = self.retrying_handle_inbound(&result.block, &result.env, 3).await {
521521
error!(error = %e, "error handling inbound block");
522-
continue;
522+
continue;
523523
}
524524
}
525525
}

0 commit comments

Comments
 (0)