Skip to content

Commit 834659e

Browse files
committed
fmt
1 parent 3e4378e commit 834659e

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
@@ -128,7 +128,7 @@ impl SimulatorTask {
128128

129129
let rollup_env = sim_env.sim_rollup_env(self.constants(), self.ru_provider.clone());
130130
let host_env = sim_env.sim_host_env(self.constants(), self.host_provider.clone());
131-
131+
132132
let block_build = BlockBuild::new(
133133
rollup_env,
134134
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)