Skip to content

Commit 0b30bfe

Browse files
committed
chore: clean code
1 parent c557f27 commit 0b30bfe

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

  • crates/n42/n42-testing/src

crates/n42/n42-testing/src/dev.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,8 @@ use n42_engine_types::N42Node;
6565
use std::{
6666
str::FromStr,
6767
sync::Arc,
68-
time::{SystemTime, UNIX_EPOCH},
68+
time::{
69+
SystemTime, UNIX_EPOCH},
6970
};
7071
use reth_rpc_api::EngineApiClient;
7172
use n42_clique::{EXTRA_VANITY, EXTRA_SEAL};

0 commit comments

Comments
 (0)