| author | |
| committer | |
| log | 477ded9042f045a322b3e92c632e322834a0cdd9 |
| tree | 79d77ad36799f843a5a4443a4be8c37d3ca468e8 |
| parent | 4545be360a723a4c5b141cbefcc07ac7f17f0757 |
1 files changed, 1 insertions(+), 0 deletions(-)
src-self-hosted/main.zig+1| ... | @@ -741,6 +741,7 @@ fn fmtMain(allocator: &mem.Allocator, file_paths: []const []const u8) !void { | ... | @@ -741,6 +741,7 @@ fn fmtMain(allocator: &mem.Allocator, file_paths: []const []const u8) !void { |
| 741 | defer baf.destroy(); | 741 | defer baf.destroy(); |
| 742 | 742 | ||
| 743 | try parser.renderSource(baf.stream(), tree.root_node); | 743 | try parser.renderSource(baf.stream(), tree.root_node); |
| 744 | try baf.finish(); | ||
| 744 | } | 745 | } |
| 745 | } | 746 | } |
| 746 | 747 |