Skip to content

Commit

Permalink
clippy fix
Browse files Browse the repository at this point in the history
  • Loading branch information
podusowski committed Nov 5, 2023
1 parent a2f80b8 commit c19d202
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion walkers/src/map.rs
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ impl Map<'_, '_> {
} else {
self.memory
.center_mode
.recalculate_drag(&response, self.my_position);
.recalculate_drag(response, self.my_position);
}

self.memory
Expand Down

0 comments on commit c19d202

Please sign in to comment.