cargo fmt

This commit is contained in:
DastInDark
2022-10-07 12:51:28 +09:00
parent a68e341135
commit 538469c25e

View File

@@ -623,7 +623,9 @@ impl App {
let total_size_output = format!("Total file size: {}", total_file_size.to_string_as(false));
println!("{}", total_size_output);
println!();
if !(configs::CONFIG.read().unwrap().args.metrics || configs::CONFIG.read().unwrap().args.logon_summary) {
if !(configs::CONFIG.read().unwrap().args.metrics
|| configs::CONFIG.read().unwrap().args.logon_summary)
{
println!("Loading detections rules. Please wait.");
println!();
}