Skip to content

Commit

Permalink
fix clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
brentstone committed Oct 31, 2022
1 parent 2bd025c commit 2e70c68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/src/native_vp/pos.rs
Original file line number Diff line number Diff line change
Expand Up @@ -886,7 +886,7 @@ pub mod testing {
state: ValidatorState::Candidate,
},
PosStorageChange::ValidatorDeltas {
validator: address.clone(),
validator: address,
delta: 0,
offset,
},
Expand Down

0 comments on commit 2e70c68

Please sign in to comment.