Skip to content

Commit

Permalink
cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
onkrot authored and torokati44 committed Jun 27, 2024
1 parent dcaf9be commit 5632638
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/backend/audio/decoders.rs
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
//! Audio decoders.
mod adpcm;
mod g711;
#[cfg(feature = "mp3")]
mod mp3;
#[cfg(feature = "nellymoser")]
mod nellymoser;
mod pcm;
mod g711;

pub use adpcm::AdpcmDecoder;

Expand Down

0 comments on commit 5632638

Please sign in to comment.