mirror of
https://github.com/ziglang/zig.git
synced 2026-02-21 08:45:52 +00:00
Fix unmatched close brace in zir dump
This commit is contained in:
parent
3611487952
commit
93c6e31cf1
@ -3424,7 +3424,7 @@ const Writer = struct {
|
||||
try self.writeBody(stream, body);
|
||||
self.indent -= 2;
|
||||
try stream.writeByteNTimes(' ', self.indent);
|
||||
try stream.writeAll(") ");
|
||||
try stream.writeAll("}) ");
|
||||
try self.writeSrc(stream, inst_data.src());
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user