Skip to content

Commit 07d3126

Browse files
committed
lint:fmt
1 parent 06ea12a commit 07d3126

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/tasks/block.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ impl Simulator {
163163
/// # Arguments
164164
///
165165
/// - `price`: A shared `Arc<AtomicU64>` used to store the updated basefee value.
166-
fn basefee_updater_fut(&self, price: Arc<AtomicU64>) -> impl Future<Output = ()> + use<>{
166+
fn basefee_updater_fut(&self, price: Arc<AtomicU64>) -> impl Future<Output = ()> + use<> {
167167
let slot_calculator = self.slot_calculator.clone();
168168
let ru_provider = self.ru_provider.clone();
169169

@@ -192,7 +192,6 @@ impl Simulator {
192192
warn!("get basefee failed - an error likely occurred");
193193
}
194194
}
195-
196195
}
197196
}
198197

0 commit comments

Comments
 (0)