Skip to content

Commit

Permalink
fix clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
MedovTimur committed Oct 23, 2024
1 parent b8873b8 commit 9660e19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vmt-service/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ impl Service {

accounts
.into_iter()
.zip(ids.into_iter())
.zip(ids)
.map(|(account, id)| funcs::get_balance(&storage.balances, &account, &id))
.collect()
}
Expand Down

0 comments on commit 9660e19

Please sign in to comment.