Skip to content

Commit 0498aae

Browse files
committed
fmt
1 parent 21332f9 commit 0498aae

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
@@ -153,7 +153,7 @@ impl Simulator {
153153
error!("block_env channel closed");
154154
return;
155155
}
156-
156+
157157
// If no env, skip this run
158158
let Some(block_env) = self.block_env.borrow_and_update().clone() else { return };
159159
debug!(block_env = ?block_env, "building on block env");

src/tasks/submit.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -382,7 +382,7 @@ impl SubmitTask {
382382
let now = std::time::SystemTime::now();
383383
now.duration_since(UNIX_EPOCH).unwrap().as_secs()
384384
}
385-
385+
386386
/// Returns the next host block height.
387387
async fn next_host_block_height(&self) -> eyre::Result<u64> {
388388
let block_num = self.provider().get_block_number().await?;

0 commit comments

Comments
 (0)