This commit is contained in:
mlokr 2024-07-19 13:09:45 +02:00
parent 434acfbc7b
commit 29d5774c47
No known key found for this signature in database
GPG key ID: DEA147DDEE644993

View file

@ -992,7 +992,6 @@ impl<'a> std::fmt::Display for Expr<'a> {
display_branch(f, right)?;
if matches!(op, TokenKind::Decl | TokenKind::Assign)
&& INDENT.with(|idnf| idnf.get()) == 0
&& !matches!(right, Self::Closure { .. })
{
write!(f, ";")?;