Skip to content

Commit

Permalink
clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
tcoratger committed Oct 30, 2024
1 parent 24a59bf commit 5f8dccb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion crates/blockchain-tree/src/state.rs
Original file line number Diff line number Diff line change
Expand Up @@ -410,7 +410,8 @@ mod tests {
.iter()
.map(|receipt| Some(receipt.clone()))
.collect::<Vec<_>>()
.into()..Default::default(),
.into(),
..Default::default()
},
Default::default(),
));
Expand Down

0 comments on commit 5f8dccb

Please sign in to comment.