Autoformat

This commit is contained in:
Antoine Gersant 2020-11-25 18:03:02 -08:00
parent bcebaf499e
commit 0927f3815e
2 changed files with 71 additions and 74 deletions

View file

@ -85,10 +85,7 @@ pub fn read(db: &DB) -> Result<Config> {
}; };
let (art_pattern, sleep_duration) = misc_settings let (art_pattern, sleep_duration) = misc_settings
.select(( .select((index_album_art_pattern, index_sleep_duration_seconds))
index_album_art_pattern,
index_sleep_duration_seconds,
))
.get_result(&connection)?; .get_result(&connection)?;
config.album_art_pattern = Some(art_pattern); config.album_art_pattern = Some(art_pattern);