From ea3e343c39d7768fa6050c774ee360ec9473add4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20J=C3=B6rdens?= Date: Thu, 26 Nov 2020 14:30:09 +0100 Subject: [PATCH] cargo fmt [nfc] --- dsp/src/iir.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/dsp/src/iir.rs b/dsp/src/iir.rs index e081556..33d8fdf 100644 --- a/dsp/src/iir.rs +++ b/dsp/src/iir.rs @@ -66,7 +66,6 @@ fn min(x: f32, y: f32) -> f32 { o } - // Multiply-accumulate vectors `x` and `a`. // // A.k.a. dot product.