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 072e5d9 commit 8fdc364
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1379,7 +1379,6 @@ impl App {
.min_level
.to_uppercase();

println!();
if !(stored_static.logon_summary_flag
|| stored_static.search_flag
|| stored_static.metrics_flag
Expand Down Expand Up @@ -3136,4 +3135,4 @@ mod tests {
assert_eq!(actual.1, 2);
assert_eq!(actual.4.len(), 0);
}
}
}

0 comments on commit 8fdc364

Please sign in to comment.