Merge pull request #201 from i-pj/fix-issue-200

Format function signature
This commit is contained in:
Robin Voetter
2025-08-24 21:05:12 +02:00
committed by GitHub

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) ++ "{");