This commit is contained in:
mlokr 2024-07-19 13:39:42 +02:00
parent fb01407465
commit c48a2d2799
No known key found for this signature in database
GPG key ID: DEA147DDEE644993

View file

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