Skip to content

Commit

Permalink
evil clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
dorin-iancu committed Aug 16, 2024
1 parent 298399c commit 08d4006
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gas-burner/src/leaderboard.rs
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ pub trait LeaderboardModule:
});

let new_user_index = prev_user_index + 1;
leaderboard_mapper.set(new_user_index, &user_entry);
leaderboard_mapper.set(new_user_index, user_entry);
}

fn increase_work_amount(&self, user_index: usize, work_amount: u64, current_week: Week) {
Expand Down

0 comments on commit 08d4006

Please sign in to comment.