Skip to content

Commit

Permalink
julefmt: fix binary formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
mertcandav committed Mar 29, 2024
1 parent f123803 commit f9db7f1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/format.jule
Original file line number Diff line number Diff line change
Expand Up @@ -1812,7 +1812,6 @@ impl BinaryFormatter {
| &ast::BinopExpr:
bin = (&ast::BinopExpr)(bin.right.kind)
self.head(bin)
self.ef.fmt.pop_row_comments(bin.op.row)
self.ef.fmt.done_indent()
goto rep
|:
Expand Down

0 comments on commit f9db7f1

Please sign in to comment.