Skip to content

Commit 63a5d98

Browse files
committed
fmt
1 parent e55550d commit 63a5d98

File tree

1 file changed

+1
-1
lines changed
  • masp_proofs/src/sapling/verifier

1 file changed

+1
-1
lines changed

masp_proofs/src/sapling/verifier/batch.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
use bellman::groth16::{prepare_verifying_key, PreparedVerifyingKey, Proof};
1+
use bellman::groth16::{PreparedVerifyingKey, Proof, prepare_verifying_key};
22
use bellman::{SynthesisError, groth16};
33
use bls12_381::Bls12;
44
use group::GroupEncoding;

0 commit comments

Comments
 (0)