Skip to content

Commit 217e546

Browse files
committed
newline after json
1 parent e2ab2df commit 217e546

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/zigpkg.zig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -417,7 +417,7 @@ pub fn cmd_json(opt: GlobalOptions, args: []const []const u8) !u8 {
417417
const b = try zonOutputCmd(opt, args);
418418
defer b.deinit(opt.gpa);
419419

420-
try opt.stdout.print("{f}", .{
420+
try opt.stdout.print("{f}\n", .{
421421
std.json.fmt(b.parsed, .{
422422
.emit_null_optional_fields = false,
423423
}),

0 commit comments

Comments
 (0)