From 1b66eb169dd605910df7c818fd5d7be831215514 Mon Sep 17 00:00:00 2001 From: DastInDark <2350416+hitenkoku@users.noreply.github.com> Date: Sat, 2 Jul 2022 16:41:59 +0900 Subject: [PATCH] cargo fmt --- src/main.rs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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(