Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
ooovi committed Sep 18, 2023
1 parent e9a9ca8 commit 128bbba
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions aggregator/src/aggregator.rs
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,8 @@ use prio::vdaf::prio3::Prio3FixedPointBoundedL2VecSumMultithreaded;
use prio::vdaf::{PrepareTransition, VdafError};
use prio::{
codec::{Decode, Encode, ParameterizedDecode},
topology::ping_pong::{PingPongState, PingPongTopology},
dp::DifferentialPrivacyStrategy,
topology::ping_pong::{PingPongState, PingPongTopology},
vdaf::{
self,
poplar1::Poplar1,
Expand Down Expand Up @@ -1057,7 +1057,9 @@ mod vdaf_ops_strategies {
dp_strategy: vdaf_instance_strategies::Prio3FixedPointBoundedL2VecSum,
) -> Self {
match dp_strategy {
vdaf_instance_strategies::Prio3FixedPointBoundedL2VecSum::NoDifferentialPrivacy => Prio3FixedPointBoundedL2VecSum::NoDifferentialPrivacy,
vdaf_instance_strategies::Prio3FixedPointBoundedL2VecSum::NoDifferentialPrivacy => {
Prio3FixedPointBoundedL2VecSum::NoDifferentialPrivacy
}
vdaf_instance_strategies::Prio3FixedPointBoundedL2VecSum::ZCdpDiscreteGaussian(
s,
) => Prio3FixedPointBoundedL2VecSum::ZCdpDiscreteGaussian(Arc::new(s)),
Expand Down

0 comments on commit 128bbba

Please sign in to comment.