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 {
\\ pub fn format(
\\ self: FlagsType,
\\ comptime _: []const u8,
\\ _: std.fmt.FormatOptions,
\\ writer: anytype,
\\ ) !void {
\\ try writer.writeAll(@typeName(FlagsType) ++ "{");