Skip to content

Commit 060fbad

Browse files
committed
lint: fmt
1 parent 8a28ac1 commit 060fbad

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

crates/db/tests/db.rs

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,14 @@ fn test_insert_signet_block() {
3939
block: SealedBlock {
4040
header: SealedHeader::new(alloy::consensus::Header::default()),
4141
body: BlockBody {
42-
transactions: std::iter::repeat_n(TxEnvelope::Eip1559(Signed::new_unhashed(
42+
transactions: std::iter::repeat_n(
43+
TxEnvelope::Eip1559(Signed::new_unhashed(
4344
TxEip1559::default(),
4445
Signature::test_signature(),
4546
))
46-
.into(), 10)
47+
.into(),
48+
10,
49+
)
4750
.collect(),
4851
ommers: vec![],
4952
withdrawals: None,

0 commit comments

Comments
 (0)