Commit 93c6e31cf1
Changed files (1)
src
src/Zir.zig
@@ -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());
}