Skip to content

Commit

Permalink
clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
rkrasiuk committed Sep 27, 2024
1 parent 8823705 commit db15f0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/trie/trie/src/witness.rs
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ where
let storage_multiproof = account_multiproof
.storages
.remove(&hashed_address)
.unwrap_or_else(|| StorageMultiProof::empty());
.unwrap_or_else(StorageMultiProof::empty);

// Gather and record account trie nodes.
let account = state
Expand Down

0 comments on commit db15f0f

Please sign in to comment.