Skip to content

Commit

Permalink
fixed build action by formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Antonio95 committed Nov 1, 2023
1 parent d5fd581 commit e5bb89d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion primitives/benches/pcs_size.rs
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ pub fn proof_size<E: Pairing>(num_vars: usize) -> usize {
}

fn main() {

println!("\nKZG on BN-254: Commitment size");
for num_vars in (MIN_NUM_VARS..MAX_NUM_VARS).step_by(2) {
println!(
Expand Down

0 comments on commit e5bb89d

Please sign in to comment.