Skip to content

Commit

Permalink
clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
fleupold committed Dec 8, 2023
1 parent 27de708 commit 88da30c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/driver/src/boundary/settlement.rs
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ impl Settlement {
pub fn clearing_prices(&self) -> HashMap<eth::TokenAddress, eth::TokenAmount> {
self.inner
.clearing_prices()
.into_iter()
.iter()
.map(|(&token, &amount)| (token.into(), amount.into()))
.collect()
}
Expand Down

0 comments on commit 88da30c

Please sign in to comment.