From b2a2f4647592e8a0a2a729edb4d16f285eaf63d4 Mon Sep 17 00:00:00 2001 From: "autofix-ci[bot]" <114827586+autofix-ci[bot]@users.noreply.github.com> Date: Sat, 15 Nov 2025 09:44:15 +0000 Subject: [PATCH] [autofix.ci] apply automated fixes --- src/brotli.zig | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/brotli.zig b/src/brotli.zig index 94b3e7e1ec..380a9081e6 100644 --- a/src/brotli.zig +++ b/src/brotli.zig @@ -281,7 +281,5 @@ pub const BrotliCompressionStream = struct { } }; -const std = @import("std"); - const bun = @import("bun"); -const mimalloc = bun.mimalloc; +const std = @import("std");