diff --git a/src/reporter.rs b/src/reporter.rs index 6fb4e0e..c49e2da 100644 --- a/src/reporter.rs +++ b/src/reporter.rs @@ -135,7 +135,9 @@ impl DiagnosticReporter for MietteReporter { } if let Some(help) = diagnostic.help() { - writeln!(f, "﹦{}", help)?; + writeln!(f)?; + writeln!(f)?; + write!(f, "﹦{}", help)?; } Ok(())