mirror of
https://github.com/RustAudio/rodio
synced 2024-11-10 06:04:16 +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…
Reference in a new issue