Skip to content

Commit

Permalink
cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
dvdsk committed Oct 21, 2023
1 parent 50a781a commit 57f2a3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/decoder/mp3.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ use std::time::Duration;
use crate::source::SeekError;
use crate::Source;

use minimp3_fixed as minimp3;
use minimp3::Decoder;
use minimp3::Frame;
use minimp3_fixed as minimp3;

pub struct Mp3Decoder<R>
where
Expand Down

0 comments on commit 57f2a3c

Please sign in to comment.