Skip to content

Commit 148b03e

Browse files
committed
chore: clean code
1 parent 0f5baee commit 148b03e

File tree

1 file changed

+2
-1
lines changed
  • crates/n42/n42-testing/src

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,8 @@ use std::{
7070
UNIX_EPOCH},
7171
};
7272
use reth_rpc_api::EngineApiClient;
73-
use n42_clique::{EXTRA_VANITY, EXTRA_SEAL};
73+
use n42_clique::{
74+
EXTRA_VANITY, EXTRA_SEAL};
7475
use reth_primitives_traits::{
7576
header::clique_utils::SIGNATURE_LENGTH,
7677
AlloyBlockHeader,

0 commit comments

Comments
 (0)