update aro

This commit is contained in:
Andrew Kelley 2025-07-16 14:10:18 -07:00
parent 1f93f61958
commit aac301a655

View File

@ -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();
}