Skip to content

Commit

Permalink
fix clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
lthiery committed Oct 5, 2023
1 parent 4e93cc3 commit 4a1fa10
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/cli/positions.rs
Original file line number Diff line number Diff line change
Expand Up @@ -374,7 +374,6 @@ pub async fn get_data(
};

for (pubkey, delegated_position) in delegated_positions {
let delegated_position = delegated_position;
let position_v0 = vehnt_positions_raw.get(&delegated_position.position);
let position = vehnt_positions.get_mut(&delegated_position.position);
match (position_v0, position) {
Expand Down

0 comments on commit 4a1fa10

Please sign in to comment.