cargo fmt

This commit is contained in:
DastInDark
2022-07-02 16:41:59 +09:00
parent a3599ca5d0
commit 1b66eb169d

View File

@@ -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(