Skip to content

Commit

Permalink
Remove accidental blank lines in generator.rs
Browse files Browse the repository at this point in the history
- Cleaned up unnecessary blank lines introduced during earlier edits.
  • Loading branch information
wamimi committed Jan 8, 2025
1 parent b18abd5 commit 209330f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/generator.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
use crate::{r1cs_to_qap::R1CSToQAP, Groth16, ProvingKey, Vec, VerifyingKey};
use ark_ec::{scalar_mul::BatchMulPreprocessing, pairing::Pairing, CurveGroup};


use ark_ff::{Field, UniformRand, Zero};
use ark_poly::{EvaluationDomain, GeneralEvaluationDomain};
use ark_relations::r1cs::{
Expand Down

0 comments on commit 209330f

Please sign in to comment.