Skip to content

Commit 4b72583

Browse files
committed
fmt?
1 parent 1035b68 commit 4b72583

4 files changed

Lines changed: 0 additions & 4 deletions

File tree

src/cli/commands/deserialize.zig

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,4 +257,3 @@ fn writeOutput(content: []const u8, output_path: ?[]const u8) !void {
257257
try stdout_file.writeAll("\n");
258258
}
259259
}
260-

src/cli/commands/format.zig

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,3 @@ pub fn run(allocator: std.mem.Allocator) !void {
99
try stderr_file.writeAll("Error: Format command is not yet implemented.\n");
1010
return error.Unimplemented;
1111
}
12-

src/cli/commands/serialize.zig

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,4 +224,3 @@ fn writeOutput(content: []const u8, output_path: ?[]const u8) !void {
224224
try stdout_file.writeAll("\n");
225225
}
226226
}
227-

src/cli/main.zig

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,6 @@ fn detectMode(input_format: InputFormat, output_format: ?OutputFormat) Mode {
277277
};
278278
}
279279

280-
281280
fn freeCommandStrings(cmd: anytype, allocator: std.mem.Allocator) void {
282281
const T = @TypeOf(cmd);
283282
switch (@typeInfo(T)) {

0 commit comments

Comments
 (0)