Skip to content

Commit

Permalink
Fix rustfmt issue
Browse files Browse the repository at this point in the history
  • Loading branch information
phamnhatminh1292001 committed Aug 12, 2024
1 parent cc44e18 commit 096a9e5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion zkmemory/src/poseidon/circuit.rs
Original file line number Diff line number Diff line change
Expand Up @@ -460,7 +460,7 @@ mod tests {
use halo2_proofs::dev::MockProver;
use halo2curves::pasta::Fp;
use rand::rngs::OsRng;

#[test]
fn poseidon_hash() {
let rng = OsRng;
Expand Down
1 change: 0 additions & 1 deletion zkmemory/src/poseidon/gadgets.rs
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@ impl<F: PrimeField, S: Spec<F, T, R>, const T: usize, const R: usize, const L: u
}
}


/// A Poseidon sponge.
#[derive(Debug)]
pub struct Sponge<
Expand Down

0 comments on commit 096a9e5

Please sign in to comment.