cargo fmt

This commit is contained in:
Jordan Petridis 2018-11-29 14:36:06 +02:00
parent fdb064ffc8
commit f9f0dad203
No known key found for this signature in database
GPG Key ID: E8523968931763BE
3 changed files with 18 additions and 18 deletions

View File

@ -138,7 +138,7 @@ pub mod xdg_dirs {
use std::path::PathBuf;
use xdg;
lazy_static!{
lazy_static! {
pub(crate) static ref PODCASTS_XDG: xdg::BaseDirectories = {
xdg::BaseDirectories::with_prefix("gnome-podcasts").unwrap()
};