forked from AbleOS/holey-bytes
i
This commit is contained in:
parent
434acfbc7b
commit
29d5774c47
|
@ -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, ";")?;
|
||||
|
|
Loading…
Reference in a new issue