diff --git a/src/Zir.zig b/src/Zir.zig index 329dbcef51..a3c0d5d3a8 100644 --- a/src/Zir.zig +++ b/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()); }