Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
einar-taiko committed Sep 20, 2023
1 parent a5eab13 commit 714e164
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion benches/msm.rs
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,8 @@ fn generate_coefficients_and_curvepoints(k: u8) -> (Vec<Scalar>, Vec<Point>) {
)
.collect();
let end = timer.elapsed().unwrap();
println!("Generating 2^{k} = {n} coefficients and curve points took: {} sec.\n\n",
println!(
"Generating 2^{k} = {n} coefficients and curve points took: {} sec.\n\n",
end.as_secs()
);

Expand Down

0 comments on commit 714e164

Please sign in to comment.