mirror of
https://github.com/RustAudio/rodio
synced 2025-03-04 15:07:18 +00:00
Missed one rustfmt
This commit is contained in:
parent
aae35abcac
commit
17e2d4773b
1 changed files with 1 additions and 1 deletions
|
@ -84,7 +84,7 @@ where
|
|||
impl<I> Source for FadeIn<I>
|
||||
where
|
||||
I: Source,
|
||||
I::Item: Sample,
|
||||
I::Item: Sample,
|
||||
{
|
||||
#[inline]
|
||||
fn current_frame_len(&self) -> Option<usize> {
|
||||
|
|
Loading…
Add table
Reference in a new issue