From 812e91c0bd5630bb325b4eec798a136d67101dd2 Mon Sep 17 00:00:00 2001 From: Jarred-Sumner <709451+Jarred-Sumner@users.noreply.github.com> Date: Tue, 10 Jun 2025 05:48:36 +0000 Subject: [PATCH] `bun run clang-format` --- src/bun.js/bindings/bindings.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bun.js/bindings/bindings.cpp b/src/bun.js/bindings/bindings.cpp index a8e0860832..2d734592fb 100644 --- a/src/bun.js/bindings/bindings.cpp +++ b/src/bun.js/bindings/bindings.cpp @@ -274,7 +274,7 @@ AsymmetricMatcherResult matchAsymmetricMatcherAndGetFlags(JSGlobalObject* global if (!matcherProp.isCell()) { return AsymmetricMatcherResult::NOT_MATCHER; } - + JSCell* matcherPropCell = matcherProp.asCell(); AsymmetricMatcherConstructorType constructorType = AsymmetricMatcherConstructorType::none;