From c888f9c3bbb33b244958fc79784fb51e62fd29ec Mon Sep 17 00:00:00 2001 From: "autofix-ci[bot]" <114827586+autofix-ci[bot]@users.noreply.github.com> Date: Mon, 6 Oct 2025 01:37:06 +0000 Subject: [PATCH] [autofix.ci] apply automated fixes --- src/bun.js/bindings/ErrorStackTrace.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/bun.js/bindings/ErrorStackTrace.cpp b/src/bun.js/bindings/ErrorStackTrace.cpp index 66c8683ba9..b3935e107a 100644 --- a/src/bun.js/bindings/ErrorStackTrace.cpp +++ b/src/bun.js/bindings/ErrorStackTrace.cpp @@ -800,4 +800,3 @@ String functionName(JSC::VM& vm, JSC::JSGlobalObject* lexicalGlobalObject, const return functionName; } } -