Skip to content

Commit

Permalink
Fix clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
grandizzy committed Apr 18, 2024
1 parent 542a2d1 commit 76d57d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/evm/fuzz/src/strategies/state.rs
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ impl FuzzDictionary {
} else {
self.sample_values
.entry(sample_type)
.or_insert(IndexSet::new())
.or_default()
.insert(sample_value);
}
}
Expand Down

0 comments on commit 76d57d0

Please sign in to comment.