Skip to content

Commit

Permalink
rust fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
nonam3e committed Jun 27, 2024
1 parent f916bf5 commit 9617088
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wrappers/rust/icicle-fields/icicle-m31/src/vec_ops/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ impl_vec_ops_field!("m31_extension", m31_extension, ExtensionField, ExtensionCfg

#[cfg(test)]
pub(crate) mod tests {
use crate::field::{ScalarField, ExtensionField};
use crate::field::{ExtensionField, ScalarField};
use icicle_core::impl_vec_add_tests;
use icicle_core::vec_ops::tests::*;

Expand Down

0 comments on commit 9617088

Please sign in to comment.