Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
cathieyun committed Jan 23, 2023
1 parent 664033f commit f4ab5c2
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions benches/linear_proof.rs
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,8 @@ fn create_linear_proof_helper(c: &mut Criterion) {
G.clone(),
&F,
&B,
).unwrap();
)
.unwrap();
})
},
TEST_SIZES,
Expand Down Expand Up @@ -141,7 +142,8 @@ fn linear_verify(c: &mut Criterion) {
G.clone(),
&F,
&B,
).unwrap();
)
.unwrap();

(proof, C)
};
Expand Down

0 comments on commit f4ab5c2

Please sign in to comment.