mirror of
https://github.com/RustAudio/rodio
synced 2024-12-13 13:42:34 +00:00
Rustfmt
This commit is contained in:
parent
8f53addbde
commit
6ba19a649d
1 changed files with 3 additions and 3 deletions
|
@ -1,5 +1,5 @@
|
||||||
use rodio::source::{SineWave, Source};
|
use rodio::source::{SineWave, Source};
|
||||||
use rodio::{dynamic_mixer, OutputStream, Sink, queue};
|
use rodio::{dynamic_mixer, queue, OutputStream, Sink};
|
||||||
use std::time::Duration;
|
use std::time::Duration;
|
||||||
|
|
||||||
fn main() {
|
fn main() {
|
||||||
|
|
Loading…
Reference in a new issue