Skip to content

Commit

Permalink
Fix formatting with cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
smu160 committed Mar 20, 2024
1 parent 8b2bf5d commit 7c9550d
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
Expand Up @@ -147,7 +147,7 @@ mod tests {

use utilities::{
assert_f64_closeness,
rustfft::{FftPlanner, num_complex::Complex64},
rustfft::{num_complex::Complex64, FftPlanner},
};

use super::*;
Expand Down

0 comments on commit 7c9550d

Please sign in to comment.