cargo fmt [nfc]

This commit is contained in:
Robert Jördens 2020-11-26 14:30:09 +01:00
parent 468929690d
commit ea3e343c39

View File

@ -66,7 +66,6 @@ fn min(x: f32, y: f32) -> f32 {
o o
} }
// Multiply-accumulate vectors `x` and `a`. // Multiply-accumulate vectors `x` and `a`.
// //
// A.k.a. dot product. // A.k.a. dot product.