mirror of
https://github.com/ziglang/zig.git
synced 2025-12-25 23:53:15 +00:00
Formatting fix
This commit is contained in:
parent
1d97747665
commit
5275280ede
@ -510,7 +510,7 @@ pub fn formatType(
|
||||
for (value) |one| {
|
||||
if (i == value.len - 1) {
|
||||
try format(writer, "{}", .{one});
|
||||
} else{
|
||||
} else {
|
||||
try format(writer, "{}, ", .{one});
|
||||
}
|
||||
i += 1;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user