forked from mirror/vulkan-zig
Merge pull request #201 from i-pj/fix-issue-200
Format function signature
This commit is contained in:
@@ -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) ++ "{");
|
||||||
|
|||||||
Reference in New Issue
Block a user