This commit is contained in:
SuperAuguste 2020-05-18 12:37:56 -04:00
parent 15a62b871d
commit acd85c0f39

View File

@ -656,7 +656,7 @@ pub fn main() anyerror!void {
json_parser.reset();
if (debug_alloc) |dbg| {
std.debug.warn("{}", .{dbg.info});
std.debug.warn("{}\n", .{dbg.info});
}
}
}