mirror of
https://github.com/ziglang/zig.git
synced 2026-01-27 17:55:24 +00:00
Separate with space instead of LF to prevent rendering excessive indentation
This commit is contained in:
parent
b4bd52cc51
commit
3e0ff32bd8
@ -1452,7 +1452,7 @@ fn appendTokenFmt(c: *Context, token_id: Token.Id, comptime format: []const u8,
|
||||
.start = start_index,
|
||||
.end = end_index,
|
||||
};
|
||||
try c.source_buffer.appendByte('\n');
|
||||
try c.source_buffer.appendByte(' ');
|
||||
|
||||
return token_index;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user