Skip to content

Commit

Permalink
Fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
Pratyush committed Oct 25, 2024
1 parent 023161c commit 22c7aa4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/circom/builder.rs
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
use std::{fs::File, io::BufReader, path::Path};
use wasmer::Store;

use ark_ff::PrimeField;
use ark_ec::pairing::Pairing;
use ark_ff::PrimeField;

use super::{CircomCircuit, R1CS};

Expand Down

0 comments on commit 22c7aa4

Please sign in to comment.