From b2d6b5c10c74f1ddad710588baa40892870ab0ee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20J=C3=B6rdens?= Date: Sat, 27 Feb 2021 15:02:16 +0100 Subject: [PATCH] dsp/bench: fmt --- dsp/benches/micro.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dsp/benches/micro.rs b/dsp/benches/micro.rs index b3c1549..0902a4c 100644 --- a/dsp/benches/micro.rs +++ b/dsp/benches/micro.rs @@ -3,7 +3,7 @@ use core::f32::consts::PI; use easybench::bench_env; use generic_array::typenum::U4; -use dsp::{Lowpass, atan2, cossin, iir, iir_int, PLL, RPLL}; +use dsp::{atan2, cossin, iir, iir_int, Lowpass, PLL, RPLL}; fn atan2_bench() { let xi = (10 << 16) as i32;