This commit is contained in:
mlokr 2024-07-19 13:39:42 +02:00
parent df423d0b79
commit 7258a66755

View file

@ -970,6 +970,7 @@ impl<'a> std::fmt::Display for Expr<'a> {
{
write!(f, ";")?;
}
writeln!(f)?;
}
Ok(())
})();