From 8876fc5f65536f4c0bef641b08f0bdd6d7d79b0c Mon Sep 17 00:00:00 2001 From: DustInDark Date: Wed, 22 Dec 2021 09:41:06 +0900 Subject: [PATCH] added newline --- src/detections/print.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/detections/print.rs b/src/detections/print.rs index e5081ced..d7ddab4e 100644 --- a/src/detections/print.rs +++ b/src/detections/print.rs @@ -242,6 +242,7 @@ impl AlertMessage { "Errors were generated. Please check {} for details.", ERROR_LOG_PATH.to_string() ); + println!(""); } }