Skip to content

Commit

Permalink
Clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
inahga committed Jan 24, 2024
1 parent 37a3593 commit 02a42fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aggregator/src/binaries/aggregator.rs
Original file line number Diff line number Diff line change
Expand Up @@ -429,7 +429,7 @@ impl Config {
),
batch_aggregation_shard_count: self.batch_aggregation_shard_count,
task_counter_shard_count: self.task_counter_shard_count,
taskprov_config: self.taskprov_config.clone(),
taskprov_config: self.taskprov_config,
global_hpke_configs_refresh_interval: match self.global_hpke_configs_refresh_interval {
Some(duration) => Duration::from_millis(duration),
None => GlobalHpkeKeypairCache::DEFAULT_REFRESH_INTERVAL,
Expand Down

0 comments on commit 02a42fe

Please sign in to comment.