don't need these

This commit is contained in:
Josh Wolfe 2023-07-17 23:11:42 -04:00
parent 696a4c7884
commit 8cd0109213
2 changed files with 0 additions and 2 deletions

View File

@ -29,7 +29,6 @@ pub fn cmdEnv(gpa: Allocator, args: []const []const u8, stdout: std.fs.File.Writ
const w = bw.writer();
var jws = std.json.writeStream(w, .{ .whitespace = .indent_1 });
defer jws.deinit();
try jws.beginObject();

View File

@ -41,7 +41,6 @@ pub fn cmdTargets(
var bw = io.bufferedWriter(stdout);
const w = bw.writer();
var jws = std.json.writeStream(w, .{ .whitespace = .indent_1 });
defer jws.deinit();
try jws.beginObject();