Skip to content

Commit

Permalink
rm redundant clone
Browse files Browse the repository at this point in the history
  • Loading branch information
rnbguy committed Nov 16, 2023
1 parent 2fb5a95 commit 8a4dab5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Code/itf/tests/votekeeper.rs
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ impl TraceRunner for VoteKeeperRunner {
);

// Execute step.
Ok(state.apply_vote(vote.clone(), weight))
Ok(state.apply_vote(vote, weight))
}

fn result_invariant(
Expand Down

0 comments on commit 8a4dab5

Please sign in to comment.