Skip to content

Commit

Permalink
style: 💄 cargo fmt all files
Browse files Browse the repository at this point in the history
  • Loading branch information
YancyParker committed Mar 7, 2024
1 parent a31c507 commit c8f1e20
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
9 changes: 3 additions & 6 deletions src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
use crate::{field::Field, goldilocks::GoldilocksField, poseidon::calculate_arbitrary_poseidon};

pub mod goldilocks;
pub mod utils;
pub mod constants;
pub mod field;
pub mod goldilocks;
pub mod poseidon;
pub mod constants;

pub mod utils;
2 changes: 1 addition & 1 deletion src/utils.rs
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ pub fn branch_hint() {
unsafe {
asm!("", options(nomem, nostack, preserves_flags));
}
}
}

0 comments on commit c8f1e20

Please sign in to comment.