Skip to content

Commit

Permalink
clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
tgeoghegan committed Aug 26, 2023
1 parent 1301dad commit 41fd0b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/test_util/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ pub fn run_vdaf<
&leader_message,
)
.unwrap();
let (helper_state, helper_message) = helper_transition.clone().evaluate(vdaf).unwrap();
let (helper_state, helper_message) = helper_transition.evaluate(vdaf).unwrap();

helper_prepare_transitions.push(HelperPrepareTransition {
transition: helper_transition,
Expand Down

0 comments on commit 41fd0b6

Please sign in to comment.