From 4e2c2d39dd2e5aca55bfa6cff8f5711ad22a2096 Mon Sep 17 00:00:00 2001 From: Georgios Konstantopoulos Date: Fri, 13 Aug 2021 12:47:30 +0300 Subject: [PATCH] chore: cargo fmt --- src/zkey.rs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/zkey.rs b/src/zkey.rs index dcd2e57..0e30b6a 100644 --- a/src/zkey.rs +++ b/src/zkey.rs @@ -301,7 +301,9 @@ mod tests { use std::fs::File; use crate::{circom::CircomReduction, CircomBuilder, CircomConfig}; - use ark_groth16::{create_random_proof_with_reduction as prove, prepare_verifying_key, verify_proof}; + use ark_groth16::{ + create_random_proof_with_reduction as prove, prepare_verifying_key, verify_proof, + }; use ark_std::rand::thread_rng; use num_traits::{One, Zero}; use std::str::FromStr;