| ... | @@ -32,7 +32,7 @@ pub const Guid = extern struct { | ... | @@ -32,7 +32,7 @@ pub const Guid = extern struct { |
| 32 | options: fmt.FormatOptions, | 32 | options: fmt.FormatOptions, |
| 33 | context: var, | 33 | context: var, |
| 34 | comptime Errors: type, | 34 | comptime Errors: type, |
| 35 | output: fn (@TypeOf(context), []const u8) Errors!void, | 35 | comptime output: fn (@TypeOf(context), []const u8) Errors!void, |
| 36 | ) Errors!void { | 36 | ) Errors!void { |
| 37 | if (f.len == 0) { | 37 | if (f.len == 0) { |
| 38 | return fmt.format(context, Errors, output, "{x:0>8}-{x:0>4}-{x:0>4}-{x:0>2}{x:0>2}-{x:0>12}", .{ | 38 | return fmt.format(context, Errors, output, "{x:0>8}-{x:0>4}-{x:0>4}-{x:0>2}{x:0>2}-{x:0>12}", .{ |