Skip to content

Commit e967e8b

Browse files
committed
lint:fmt
1 parent 0acedbe commit e967e8b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/tasks/block/sim.rs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,11 @@ impl Simulator {
158158
///
159159
/// - `price`: A shared `Arc<AtomicU64>` used to store the updated basefee value.
160160
fn basefee_updater_fut(&self, price: Arc<AtomicU64>) -> impl Future<Output = ()> + use<> {
161+
<<<<<<< HEAD
161162
let slot_calculator = self.slot_calculator;
163+
=======
164+
let slot_calculator = self.slot_calculator.clone();
165+
>>>>>>> 07d3126 (lint:fmt)
162166
let ru_provider = self.ru_provider.clone();
163167

164168
async move {

0 commit comments

Comments
 (0)