Skip to content

Commit

Permalink
zig fmt: fix not writing results
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewrk committed May 10, 2018
1 parent 4438c5e commit c3ddf50
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src-self-hosted/main.zig
Expand Up @@ -710,6 +710,7 @@ fn cmdFmt(allocator: &Allocator, args: []const []const u8) !void {
defer baf.destroy();

try std.zig.render(allocator, baf.stream(), &tree);
try baf.finish();
}
}

Expand Down

0 comments on commit c3ddf50

Please sign in to comment.