From f4ab5c293a4eea3f6622860d797c5afa94d1afbc Mon Sep 17 00:00:00 2001 From: Cathie Yun <3314874+cathieyun@users.noreply.github.com> Date: Mon, 23 Jan 2023 12:11:41 -0700 Subject: [PATCH] fmt --- benches/linear_proof.rs | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/benches/linear_proof.rs b/benches/linear_proof.rs index b262a920..5adfb4d3 100644 --- a/benches/linear_proof.rs +++ b/benches/linear_proof.rs @@ -64,7 +64,8 @@ fn create_linear_proof_helper(c: &mut Criterion) { G.clone(), &F, &B, - ).unwrap(); + ) + .unwrap(); }) }, TEST_SIZES, @@ -141,7 +142,8 @@ fn linear_verify(c: &mut Criterion) { G.clone(), &F, &B, - ).unwrap(); + ) + .unwrap(); (proof, C) };