Adjust formatting

This commit is contained in:
Michael Pfaff 2023-07-02 15:08:30 -04:00
parent c20ceb332a
commit a888990a2a
Signed by: michael
GPG Key ID: CF402C4A012AA9D4
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ impl Termination for TerminationResult {
use std::io::Write;
let _ = writeln!(
std::io::stderr(),
concat!(ansee::styled!(bold, italic, "But, how?"), "\n{}"),
concat!("\n", ansee::styled!(bold, italic, "But, how?"), "\n{}"),
e
);