mirror of
https://github.com/lightpanda-io/browser.git
synced 2026-06-11 01:25:53 -04:00
zig fmt
This commit is contained in:
@@ -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),
|
||||
|
||||
Reference in New Issue
Block a user