mirror of
https://github.com/RustAudio/rodio
synced 2024-11-10 06:04:16 +00:00
fmt
This commit is contained in:
parent
d6e64dc80c
commit
3d61bddd03
1 changed files with 1 additions and 1 deletions
|
@ -225,7 +225,7 @@ impl Sink {
|
|||
|
||||
if self.sound_count.load(Ordering::Acquire) == 0 {
|
||||
// No sound is playing, seek will not be performed
|
||||
return Ok(())
|
||||
return Ok(());
|
||||
}
|
||||
|
||||
match feedback.recv() {
|
||||
|
|
Loading…
Reference in a new issue