mirror of
https://github.com/ziglang/zig.git
synced 2026-01-20 22:35:24 +00:00
update aro
This commit is contained in:
parent
1f93f61958
commit
aac301a655
@ -1824,7 +1824,7 @@ pub fn main() !void {
|
||||
};
|
||||
defer tree.deinit(gpa);
|
||||
|
||||
const formatted = try tree.render(arena);
|
||||
const formatted = try tree.renderAlloc(arena);
|
||||
try std.fs.File.stdout().writeAll(formatted);
|
||||
return std.process.cleanExit();
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user