Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
smu160 committed May 10, 2024
1 parent d3254ff commit 7e8176a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -176,9 +176,9 @@ impl_fft_with_opts_and_plan_for!(
mod tests {
use std::ops::Range;

use utilities::{assert_float_closeness, gen_random_signal};
use utilities::rustfft::FftPlanner;
use utilities::rustfft::num_complex::Complex;
use utilities::rustfft::FftPlanner;
use utilities::{assert_float_closeness, gen_random_signal};

use super::*;

Expand Down

0 comments on commit 7e8176a

Please sign in to comment.