Skip to content

Commit

Permalink
clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
bw-solana committed Mar 4, 2024
1 parent a7af136 commit 0944a75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion program-runtime/src/loaded_programs.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1318,7 +1318,7 @@ mod tests {
program,
new_test_loaded_program_with_usage(
*deployment_slot,
(*deployment_slot) + 2,
(*deployment_slot).saturating_add(2),
AtomicU64::new(usage_counter),
),
);
Expand Down

0 comments on commit 0944a75

Please sign in to comment.