| author | |
| committer | |
| log | c3ddf5069e0fb0b728ce275410988ccec3ab7ce9 |
| tree | 30e15ff9f803b391a142d6217c2c5df5f0fffe86 |
| parent | 4438c5e09bdb5a180a930ac5c5f48941053900f7 |
1 files changed, 1 insertions(+), 0 deletions(-)
src-self-hosted/main.zig+1| ... | @@ -710,6 +710,7 @@ fn cmdFmt(allocator: &Allocator, args: []const []const u8) !void { | ... | @@ -710,6 +710,7 @@ fn cmdFmt(allocator: &Allocator, args: []const []const u8) !void { |
| 710 | defer baf.destroy(); | 710 | defer baf.destroy(); |
| 711 | 711 | ||
| 712 | try std.zig.render(allocator, baf.stream(), &tree); | 712 | try std.zig.render(allocator, baf.stream(), &tree); |
| 713 | try baf.finish(); | ||
| 713 | } | 714 | } |
| 714 | } | 715 | } |
| 715 | 716 |