| ... | @@ -3424,7 +3424,7 @@ const Writer = struct { | ... | @@ -3424,7 +3424,7 @@ const Writer = struct { |
| 3424 | try self.writeBody(stream, body); | 3424 | try self.writeBody(stream, body); |
| 3425 | self.indent -= 2; | 3425 | self.indent -= 2; |
| 3426 | try stream.writeByteNTimes(' ', self.indent); | 3426 | try stream.writeByteNTimes(' ', self.indent); |
| 3427 | try stream.writeAll(") "); | 3427 | try stream.writeAll("}) "); |
| 3428 | try self.writeSrc(stream, inst_data.src()); | 3428 | try self.writeSrc(stream, inst_data.src()); |
| 3429 | } | 3429 | } |
| 3430 | | 3430 | |