Skip to content

Commit c6655aa

Browse files
committed
fmt
1 parent c76923b commit c6655aa

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
@@ -129,7 +129,7 @@ impl SimulatorTask {
129129

130130
let rollup_env = sim_env.sim_rollup_env(self.constants(), self.ru_provider.clone());
131131
let host_env = sim_env.sim_host_env(self.constants(), self.host_provider.clone());
132-
132+
133133
let block_build = BlockBuild::new(
134134
rollup_env,
135135
host_env,

src/tasks/env.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ use crate::{
55
};
66
use alloy::{
77
consensus::Header,
8-
eips::{eip1559::BaseFeeParams},
8+
eips::eip1559::BaseFeeParams,
99
network::Ethereum,
1010
primitives::{B256, U256},
1111
providers::{Provider, network::Network},

0 commit comments

Comments
 (0)