Skip to content

Commit

Permalink
julefmt: fix generic formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
mertcandav committed Mar 29, 2024
1 parent 3ba33e7 commit 447c070
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 @@ -883,7 +883,7 @@ impl TypeFormatter {
for (i, mut t) in g {
self.format(t.kind)
if i + 1 < g.len {
self.write(",")
self.write(", ")
}
}
self.write("]")
Expand Down

0 comments on commit 447c070

Please sign in to comment.