Skip to content

Commit

Permalink
make cargo fmt happy
Browse files Browse the repository at this point in the history
  • Loading branch information
mratsim committed Oct 13, 2023
1 parent f995dc1 commit 70f16ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
mod arithmetic;
mod ff_jacobi;
pub mod fft;
pub mod hash_to_curve;
pub mod msm;
pub mod multicore;
mod ff_jacobi;
#[macro_use]
pub mod legendre;
pub mod serde;
Expand Down

0 comments on commit 70f16ce

Please sign in to comment.