From b9f54ce3c6e97e9a3d491ee69e438edc1974ecf8 Mon Sep 17 00:00:00 2001 From: "autofix-ci[bot]" <114827586+autofix-ci[bot]@users.noreply.github.com> Date: Mon, 29 Sep 2025 23:49:56 +0000 Subject: [PATCH] [autofix.ci] apply automated fixes --- src/bun.js/bindings/JSBuildMessageConstructor.cpp | 2 +- src/bun.js/bindings/JSResolveMessageConstructor.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/bun.js/bindings/JSBuildMessageConstructor.cpp b/src/bun.js/bindings/JSBuildMessageConstructor.cpp index de732748bc..b96e166306 100644 --- a/src/bun.js/bindings/JSBuildMessageConstructor.cpp +++ b/src/bun.js/bindings/JSBuildMessageConstructor.cpp @@ -24,4 +24,4 @@ JSC_DEFINE_HOST_FUNCTION(constructBuildMessage, (JSC::JSGlobalObject * lexicalGl return {}; } -} // namespace Bun \ No newline at end of file +} // namespace Bun diff --git a/src/bun.js/bindings/JSResolveMessageConstructor.cpp b/src/bun.js/bindings/JSResolveMessageConstructor.cpp index 5874dbcfbf..17bce0c0ab 100644 --- a/src/bun.js/bindings/JSResolveMessageConstructor.cpp +++ b/src/bun.js/bindings/JSResolveMessageConstructor.cpp @@ -24,4 +24,4 @@ JSC_DEFINE_HOST_FUNCTION(constructResolveMessage, (JSC::JSGlobalObject * lexical return {}; } -} // namespace Bun \ No newline at end of file +} // namespace Bun