Skip to content

Commit

Permalink
Rustup
Browse files Browse the repository at this point in the history
  • Loading branch information
iluvcapra committed Aug 3, 2024
1 parent 490e3e6 commit c3acdc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/source/fadein.rs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ where
/// Filter that modifies raises the volume from silence over a time period.
#[derive(Clone, Debug)]
pub struct FadeIn<I> {
input: LinearGainRamp<I>
input: LinearGainRamp<I>,
}

impl<I> FadeIn<I>
Expand Down

0 comments on commit c3acdc3

Please sign in to comment.