From d9624be752f59df336ebfb962c49ad4c997e63fe Mon Sep 17 00:00:00 2001 From: Tanaka Zakku <71482215+YamatoSecurity@users.noreply.github.com> Date: Fri, 24 Dec 2021 14:56:23 +0900 Subject: [PATCH] delete extra white space --- src/detections/print.rs | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/detections/print.rs b/src/detections/print.rs index 3b20520b..6c9ef6b8 100644 --- a/src/detections/print.rs +++ b/src/detections/print.rs @@ -228,13 +228,11 @@ impl AlertMessage { for error_log in ERROR_LOG_STACK.lock().unwrap().iter() { writeln!(error_log_writer, "{}", error_log).ok(); } - println!(""); println!( "Errors were generated. Please check {} for details.", ERROR_LOG_PATH.to_string() ); println!(""); - println!(""); } /// ERRORメッセージを表示する関数