update format function

This commit is contained in:
Parth Jain
2025-08-24 14:04:13 +05:30
parent 93bc6f1ac3
commit 33407b8e4e

View File

@@ -59,8 +59,6 @@ const preamble =
\\ return struct { \\ return struct {
\\ pub fn format( \\ pub fn format(
\\ self: FlagsType, \\ self: FlagsType,
\\ comptime _: []const u8,
\\ _: std.fmt.FormatOptions,
\\ writer: anytype, \\ writer: anytype,
\\ ) !void { \\ ) !void {
\\ try writer.writeAll(@typeName(FlagsType) ++ "{"); \\ try writer.writeAll(@typeName(FlagsType) ++ "{");