Run cargo fmt

This commit is contained in:
Arash Outadi 2019-08-11 12:18:18 -07:00 committed by Imbris
parent 57eb3b2de4
commit b986603215

View File

@ -252,7 +252,6 @@ impl Settings {
let default_settings = Self::default(); let default_settings = Self::default();
default_settings.save_to_file_warn(); default_settings.save_to_file_warn();
default_settings default_settings
} }
pub fn save_to_file_warn(&self) { pub fn save_to_file_warn(&self) {