| ... | @@ -111,7 +111,7 @@ pub const Guid = extern struct { | ... | @@ -111,7 +111,7 @@ pub const Guid = extern struct { |
| 111 | const time_mid = @byteSwap(self.time_mid); | 111 | const time_mid = @byteSwap(self.time_mid); |
| 112 | const time_high_and_version = @byteSwap(self.time_high_and_version); | 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 | std.mem.asBytes(&time_low), | 115 | std.mem.asBytes(&time_low), |
| 116 | std.mem.asBytes(&time_mid), | 116 | std.mem.asBytes(&time_mid), |
| 117 | std.mem.asBytes(&time_high_and_version), | 117 | std.mem.asBytes(&time_high_and_version), |