Skip to content

Commit 29ac281

Browse files
committed
fix: rust code formating
1 parent 1c1b742 commit 29ac281

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

rln-prover/rln_proof/src/proof.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ use rln::{
1111
hashers::{hash_to_field_le, poseidon_hash},
1212
poseidon_tree::MerkleProof,
1313
protocol::{
14-
RLNProofValues, generate_proof, proof_values_from_witness, rln_witness_from_values,
14+
generate_proof, proof_values_from_witness, rln_witness_from_values, RLNProofValues,
1515
},
1616
};
1717
use zerokit_utils::ZerokitMerkleProof;
@@ -47,7 +47,7 @@ impl RlnIdentifier {
4747
// Use zkey_from_folder() to get the proving key and constraints
4848
// This uses the built-in circuit data from the rln library
4949
let (pk, matrices) = zkey_from_folder();
50-
50+
5151
// Load the graph.bin file that's compatible with rln 0.9.0
5252
// This was copied from rln-0.9.0/resources/tree_depth_20/graph.bin
5353
let graph_bytes = include_bytes!("../resources/graph.bin");

0 commit comments

Comments
 (0)