This commit is contained in:
Karl Seguin
2026-05-14 13:19:17 +08:00
parent 14b4449628
commit 80a09fc0fd

View File

@@ -51,7 +51,6 @@ pub const Entry = struct {
};
}
pub fn format(self: Value, writer: *std.Io.Writer) !void {
return switch (self) {
.string => |s| s.format(writer),