diff --git a/hblang/src/parser.rs b/hblang/src/parser.rs index 1c72364..d4ca180 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(()) })();