Skip to content

Commit 3cc89b7

Browse files
committed
chore: clean code
1 parent 93e7bd7 commit 3cc89b7

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
@@ -27,7 +27,8 @@ use reth_node_api::{
2727
};
2828
use zerocopy::AsBytes;
2929
use reth_chainspec::{
30-
ChainSpec, N42};
30+
ChainSpec,
31+
N42};
3132
use reth_provider::{BlockHashReader, BlockReaderIdExt, BlockNumReader};
3233

3334
#[cfg(test)]

0 commit comments

Comments
 (0)