Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
swasilyev committed Dec 4, 2024
1 parent 3cf97fe commit 2156172
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion common/src/gadgets/ec/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ use crate::{Column, FieldColumn};
use ark_ec::{AffineRepr, CurveGroup};
use ark_ff::{FftField, Field};
use ark_serialize::{CanonicalDeserialize, CanonicalSerialize};
use ark_std::vec::Vec;
use ark_std::marker::PhantomData;
use ark_std::vec::Vec;

pub mod sw_cond_add;
pub mod te_cond_add;
Expand Down
2 changes: 1 addition & 1 deletion ring/src/piop/verifier.rs
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
use ark_ec::short_weierstrass::{Affine, SWCurveConfig};
use ark_ec::AffineRepr;
use ark_ff::PrimeField;
use ark_std::marker::PhantomData;
use ark_std::{vec, vec::Vec};
use fflonk::pcs::Commitment;
use ark_std::marker::PhantomData;

use common::domain::EvaluatedDomain;
use common::gadgets::booleanity::BooleanityValues;
Expand Down

0 comments on commit 2156172

Please sign in to comment.