Adjust formatting

This commit is contained in:
Michael Pfaff 2023-07-02 15:08:30 -04:00
commit a888990a2a
No known key found for this signature in database
GPG key ID: CF402C4A012AA9D4

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
);