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 07d8ce8 commit 7cc40ee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core/src/test_util/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -157,14 +157,14 @@ pub fn run_vdaf<
Role::Leader => vdaf
.leader_continued(
curr_state.clone(),
&aggregation_param,
aggregation_param,
last_peer_message,
)
.unwrap(),
Role::Helper => vdaf
.helper_continued(
curr_state.clone(),
&aggregation_param,
aggregation_param,
last_peer_message,
)
.unwrap(),
Expand Down

0 comments on commit 7cc40ee

Please sign in to comment.