diff --git a/hblang/src/parser.rs b/hblang/src/parser.rs index 1c7236430..d4ca18068 100644 --- a/hblang/src/parser.rs +++ b/hblang/src/parser.rs @@ -970,6 +970,7 @@ impl<'a> std::fmt::Display for Expr<'a> { { write!(f, ";")?; } + writeln!(f)?; } Ok(()) })();