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!(""); } }