Skip to content

Commit

Permalink
julefmt: fix parameter formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
mertcandav committed Mar 28, 2024
1 parent 8a8dffb commit 148f086
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 @@ -354,7 +354,7 @@ impl Formatter {
self.add_indent()
}
self.write(self.indent)
} else {
} else if i > 0 {
self.write(" ")
}
self.pop_row_comments_by_c(p.token.row, p.token.column)
Expand Down

0 comments on commit 148f086

Please sign in to comment.