1
0
Fork 0
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:
awiouy 2018-02-11 12:37:08 +01:00
parent 0d92ac74d1
commit c9ba73c9ef
21 changed files with 290 additions and 249 deletions

View file

@ -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,
}
}
}