Skip to content

Commit 0788c93

Browse files
committed
fmt and clippy
1 parent b87e1ca commit 0788c93

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/test_utils/block.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ use super::{
77
env::{TestHostEnv, TestRollupEnv, TestSimEnvBuilder},
88
};
99
use signet_sim::{BlockBuild, BuiltBlock, SimCache};
10-
use std::time::{Duration, Instant};
10+
use std::time::Duration;
11+
use tokio::time::Instant;
1112
use trevm::revm::inspector::NoOpInspector;
1213

1314
/// Test block builder type using in-memory databases.

0 commit comments

Comments
 (0)