bun run zig-format

This commit is contained in:
Jarred-Sumner
2025-06-18 21:50:12 +00:00
committed by github-actions[bot]
parent f34a04d80a
commit c1ccfe9d5f

View File

@@ -8,7 +8,6 @@ const Process = bun.spawn.Process;
const Output = bun.Output;
const JSC = bun.JSC;
const ExtractData = @import("./install.zig").ExtractData;
const Repository = @import("./repository.zig").Repository;
const Path = bun.path;
threadlocal var folder_name_buf: bun.PathBuffer = undefined;