mirror of
https://github.com/oven-sh/bun
synced 2026-02-10 02:48:50 +00:00
ci: pass the src directory to 'zig fmt' (#20114)
Co-authored-by: nektro <5464072+nektro@users.noreply.github.com>
This commit is contained in:
@@ -5,7 +5,6 @@ const Allocator = std.mem.Allocator;
|
||||
const Environment = bun.Environment;
|
||||
const assert = bun.assert;
|
||||
|
||||
|
||||
len: usize = 0,
|
||||
cap: usize = 0,
|
||||
ptr: ?[*]u8 = null,
|
||||
|
||||
Reference in New Issue
Block a user