Skip to content

Commit

Permalink
fix: clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
royvardhan committed Sep 10, 2024
1 parent 1505f11 commit 8c2024d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bins/revme/src/cmd/statetest/runner.rs
Original file line number Diff line number Diff line change
Expand Up @@ -374,7 +374,7 @@ pub fn execute_test_suite(
.unwrap_or_default();

match unit.transaction.authorization_list {
Some(auths) => {
Some(ref auths) => {
env.tx.authorization_list = Some(AuthorizationList::Recovered(
auths.iter().map(|auth| auth.into_recovered()).collect(),
));
Expand Down

0 comments on commit 8c2024d

Please sign in to comment.