Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
mmagician committed Mar 11, 2024
1 parent 1a2b497 commit d93d25b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions poly-commit/src/sonic_pc/data_structures.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
use crate::kzg10;
use crate::{
BTreeMap, PCCommitterKey, PCPreparedCommitment, PCPreparedVerifierKey, PCVerifierKey,
};
use crate::{BTreeMap, PCCommitterKey, PCPreparedCommitment, PCPreparedVerifierKey, PCVerifierKey};
use ark_ec::pairing::Pairing;
use ark_ec::AdditiveGroup;
use ark_serialize::{
Expand Down

0 comments on commit d93d25b

Please sign in to comment.