From 052ad2297bc25d6ef829ff2ccbcd5a67be89d1ed Mon Sep 17 00:00:00 2001 From: Alan Smithee Date: Fri, 4 Feb 2022 08:55:42 +0900 Subject: [PATCH] fixed option if-statement #391 --- src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.rs b/src/main.rs index 5b228bb3..fef56a10 100644 --- a/src/main.rs +++ b/src/main.rs @@ -58,7 +58,7 @@ impl App { fn exec(&mut self) { let analysis_start_time: DateTime = Local::now(); - if !configs::CONFIG + if configs::CONFIG .read() .unwrap() .args