diff --git a/src/main.rs b/src/main.rs index 5ae85436..ffe09ab7 100644 --- a/src/main.rs +++ b/src/main.rs @@ -114,7 +114,9 @@ impl App { } if configs::CONFIG.read().unwrap().args.update_rules { - match UpdateRules::update_rules(configs::CONFIG.read().unwrap().args.rules.to_str().unwrap()) { + match UpdateRules::update_rules( + configs::CONFIG.read().unwrap().args.rules.to_str().unwrap(), + ) { Ok(output) => { if output != "You currently have the latest rules." { write_color_buffer(