mirror of
https://github.com/RustAudio/rodio
synced 2024-11-10 06:04:16 +00:00
Made a formatting change for clippy
This commit is contained in:
parent
65a8745cd6
commit
97a15e25c4
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
///
|
||||
|
|
Loading…
Reference in a new issue