master
Robert Jördens 2021-02-17 16:25:21 +01:00
parent 07714fbca4
commit b1d45d831c
1 changed files with 1 additions and 1 deletions

View File

@ -96,7 +96,7 @@ impl IIR {
#[cfg(test)]
mod test {
use super::{Vec5, Coeff};
use super::{Coeff, Vec5};
#[test]
fn lowpass_gen() {