Skip to content

Commit

Permalink
fix: cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
fukusuket committed Apr 29, 2024
1 parent 8a92dc0 commit ce70607
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1378,7 +1378,7 @@ impl App {
.unwrap()
.min_level
.to_uppercase();

println!();
if !(stored_static.logon_summary_flag
|| stored_static.search_flag
|| stored_static.metrics_flag
Expand All @@ -1394,6 +1394,7 @@ impl App {
} else if stored_static.computer_metrics_flag {
println!("Currently scanning for computer metrics. Please wait.");
}
println!();

let mut rule_files = vec![];
if !(stored_static.logon_summary_flag
Expand Down

0 comments on commit ce70607

Please sign in to comment.