From e3a579031996fa7255ee331e8652c3c2f67d67a6 Mon Sep 17 00:00:00 2001 From: "autofix-ci[bot]" <114827586+autofix-ci[bot]@users.noreply.github.com> Date: Mon, 26 Jan 2026 11:58:35 +0000 Subject: [PATCH] [autofix.ci] apply automated fixes --- src/bun.js/webcore/prompt.zig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/bun.js/webcore/prompt.zig b/src/bun.js/webcore/prompt.zig index 5aa2a517d0..304c61cbcd 100644 --- a/src/bun.js/webcore/prompt.zig +++ b/src/bun.js/webcore/prompt.zig @@ -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;