[autofix.ci] apply automated fixes

This commit is contained in:
autofix-ci[bot]
2026-01-26 11:58:35 +00:00
committed by GitHub
parent 3387729a16
commit e3a5790319

View File

@@ -387,11 +387,11 @@ pub const prompt = struct {
}
};
extern fn Bun__ttySetMode(fd: c_int, mode: c_int) c_int;
const std = @import("std");
const bun = @import("bun");
const Environment = bun.Environment;
const c = bun.c;
const jsc = bun.jsc;
extern fn Bun__ttySetMode(fd: c_int, mode: c_int) c_int;