Skip to content

Commit 3a3d177

Browse files
committed
lint:fmt
1 parent 5d16da2 commit 3a3d177

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/tasks/block.rs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,11 @@ impl Simulator {
164164
///
165165
/// - `price`: A shared `Arc<AtomicU64>` used to store the updated basefee value.
166166
fn basefee_updater_fut(&self, price: Arc<AtomicU64>) -> impl Future<Output = ()> + use<> {
167+
<<<<<<< HEAD
167168
let slot_calculator = self.slot_calculator;
169+
=======
170+
let slot_calculator = self.slot_calculator.clone();
171+
>>>>>>> 07d3126 (lint:fmt)
168172
let ru_provider = self.ru_provider.clone();
169173

170174
async move {

0 commit comments

Comments
 (0)