| ... | ... | @@ -111,7 +111,7 @@ pub const Guid = extern struct { |
| 111 | 111 | const time_mid = @byteSwap(self.time_mid); |
| 112 | 112 | const time_high_and_version = @byteSwap(self.time_high_and_version); |
| 113 | 113 | |
| 114 | | return writer.print("{x:0>8}-{x:0>4}-{x:0>4}-{x:0>2}{x:0>2}-{x:0>12}", .{ |
| 114 | return writer.print("{x:0>8}-{x:0>4}-{x:0>4}-{x:0>2}{x:0>2}-{x}", .{ |
| 115 | 115 | std.mem.asBytes(&time_low), |
| 116 | 116 | std.mem.asBytes(&time_mid), |
| 117 | 117 | std.mem.asBytes(&time_high_and_version), |