Skip to content

Commit

Permalink
fix spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
YamatoSecurity committed Nov 12, 2023
1 parent 60a8b5d commit 17061b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1004,14 +1004,14 @@ impl App {
}
let total_size_output = format!("Total file size: {}", total_file_size.to_string_as(false));
println!("{total_size_output}");
println!();
let mut status_append_output = None;
if !(stored_static.metrics_flag
|| stored_static.logon_summary_flag
|| stored_static.search_flag
|| stored_static.computer_metrics_flag
|| stored_static.output_option.as_ref().unwrap().no_wizard)
{
println!();

Check warning on line 1014 in src/main.rs

View check run for this annotation

Codecov / codecov/patch

src/main.rs#L1014

Added line #L1014 was not covered by tests
println!("Scan wizard:");
println!();
let selections_status = &[
Expand Down

0 comments on commit 17061b5

Please sign in to comment.