Skip to content

Commit

Permalink
Made a formatting change for clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
iluvcapra committed Aug 3, 2024
1 parent 65a8745 commit 97a15e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/conversions/sample.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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.
///
Expand Down

0 comments on commit 97a15e2

Please sign in to comment.