mirror of
https://github.com/librespot-org/librespot.git
synced 2025-10-04 10:19:27 +02:00
run rustfmt --all
This commit is contained in:
parent
2aea0e8fe6
commit
ab70e6ec40
4 changed files with 4 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
|||
use bit_set::BitSet;
|
||||
use byteorder::{BigEndian, ByteOrder, WriteBytesExt};
|
||||
use futures::Stream;
|
||||
use futures::sync::{mpsc, oneshot};
|
||||
use futures::Stream;
|
||||
use futures::{Async, Future, Poll};
|
||||
use std::cmp::min;
|
||||
use std::fs;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue