Skip to content

Commit

Permalink
julefmt: minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mertcandav committed May 7, 2024
1 parent 1229d25 commit aa331c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/format.jule
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ impl formatter {
f(c)
self.cm.buf = append(self.cm.buf[:i], self.cm.buf[i+1:]...)
continue
} else if c.row != row {
} else if c.row > row {
break
}
i++
Expand Down

0 comments on commit aa331c2

Please sign in to comment.