Skip to content

Commit 15ee468

Browse files
committed
fmt
1 parent 86e91c2 commit 15ee468

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

src/config.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@ use init4_bin_base::{
2929
};
3030
use signet_constants::SignetSystemConstants;
3131
use signet_zenith::Zenith;
32-
use tracing::debug;
3332
use std::borrow::Cow;
3433
use tokio::{join, sync::mpsc::UnboundedSender, task::JoinHandle};
34+
use tracing::debug;
3535

3636
/// Type alias for the provider used to simulate against rollup state.
3737
pub type RuProvider = RootProvider<Ethereum>;

src/tasks/submit/flashbots.rs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,10 @@ impl FlashbotsTask {
112112
tracing::debug!("upstream task gone - exiting flashbots task");
113113
break;
114114
};
115-
tracing::debug!(host_block_number = sim_result.host_block_number(), "received sim result for host block ");
115+
tracing::debug!(
116+
host_block_number = sim_result.host_block_number(),
117+
"received sim result for host block "
118+
);
116119
let span = sim_result.span();
117120
span_debug!(span, "simulation result received");
118121

0 commit comments

Comments
 (0)