Skip to content

Commit

Permalink
clippy!
Browse files Browse the repository at this point in the history
  • Loading branch information
tgeoghegan committed Sep 13, 2023
1 parent 7cc40ee commit cac5352
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 @@ -126,7 +126,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 cac5352

Please sign in to comment.