Skip to content

Commit

Permalink
fmt: ubuntu workflow fix (#495)
Browse files Browse the repository at this point in the history
  • Loading branch information
DivineGod authored Apr 28, 2023
1 parent 5e034a2 commit 65d4dd3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/source/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@ use crate::Sample;
pub use self::amplify::Amplify;
pub use self::blt::BltFilter;
pub use self::buffered::Buffered;
pub use self::empty_callback::EmptyCallback;
pub use self::channel_volume::ChannelVolume;
pub use self::crossfade::Crossfade;
pub use self::delay::Delay;
pub use self::done::Done;
pub use self::empty::Empty;
pub use self::empty_callback::EmptyCallback;
pub use self::fadein::FadeIn;
pub use self::from_factory::{from_factory, FromFactoryIter};
pub use self::from_iter::{from_iter, FromIter};
Expand All @@ -36,12 +36,12 @@ pub use self::zero::Zero;
mod amplify;
mod blt;
mod buffered;
mod empty_callback;
mod channel_volume;
mod crossfade;
mod delay;
mod done;
mod empty;
mod empty_callback;
mod fadein;
mod from_factory;
mod from_iter;
Expand Down

0 comments on commit 65d4dd3

Please sign in to comment.