| author | |
| committer | |
| log | 60659345352a1d63c8a087c6bec784d026ceedd3 |
| tree | 67f9cc5c02e7df4c89e9402dc27168494ef7ab8b |
| parent | 88e83395f79e1aa2b8188e934c4a8894f6d6bc5f |
1 files changed, 1 insertions(+), 1 deletions(-)
time.zig+1-1| ... | @@ -327,7 +327,7 @@ pub const DateTime = struct { | ... | @@ -327,7 +327,7 @@ pub const DateTime = struct { |
| 327 | } | 327 | } |
| 328 | } | 328 | } |
| 329 | 329 | ||
| 330 | pub fn formatAlloc(self: Self, alloc: *std.mem.Allocator, comptime fmt: string) !string { | 330 | pub fn formatAlloc(self: Self, alloc: std.mem.Allocator, comptime fmt: string) !string { |
| 331 | var list = std.ArrayList(u8).init(alloc); | 331 | var list = std.ArrayList(u8).init(alloc); |
| 332 | defer list.deinit(); | 332 | defer list.deinit(); |
| 333 | 333 |