Skip to content

Commit

Permalink
chore: cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
ibmp33 committed Jun 29, 2024
1 parent 37843eb commit 27772e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion groth16/src/groth16.rs
Original file line number Diff line number Diff line change
Expand Up @@ -248,9 +248,9 @@ mod tests {
#[cfg(any(feature = "cuda", feature = "opencl"))]
mod tests {
use super::*;
use algebraic::witness::{load_input_for_witness, WitnessCalculator};
use algebraic_gpu::circom_circuit::CircomCircuit;
use algebraic_gpu::reader;
use algebraic::witness::{load_input_for_witness, WitnessCalculator};
use blstrs::{Bls12, Scalar};
use ff::{Field, PrimeField};
use num_traits::Zero;
Expand Down

0 comments on commit 27772e8

Please sign in to comment.