mirror of
https://github.com/librespot-org/librespot.git
synced 2025-10-04 02:09:26 +02:00
rustfmt: core
This commit is contained in:
parent
0d92ac74d1
commit
c9ba73c9ef
21 changed files with 290 additions and 249 deletions
|
@ -5,8 +5,8 @@ use std::io::Read;
|
|||
use std::path::Path;
|
||||
use std::path::PathBuf;
|
||||
|
||||
use util::FileId;
|
||||
use authentication::Credentials;
|
||||
use util::FileId;
|
||||
|
||||
#[derive(Clone)]
|
||||
pub struct Cache {
|
||||
|
@ -31,7 +31,7 @@ impl Cache {
|
|||
|
||||
Cache {
|
||||
root: location,
|
||||
use_audio_cache: use_audio_cache
|
||||
use_audio_cache: use_audio_cache,
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue