Made a formatting change for clippy

This commit is contained in:
Jamie Hardt 2024-08-03 16:56:20 -07:00
parent 65a8745cd6
commit 97a15e25c4

View file

@ -67,7 +67,7 @@ where
/// - For `u16`, silence corresponds to the value `u16::max_value() / 2`. The minimum and maximum
/// amplitudes are represented by `0` and `u16::max_value()` respectively.
/// - For `f32`, silence corresponds to the value `0.0`. The minimum and maximum amplitudes are
/// represented by `-1.0` and `1.0` respectively.
/// represented by `-1.0` and `1.0` respectively.
///
/// You can implement this trait on your own type as well if you wish so.
///