bun run clang-format

This commit is contained in:
Jarred-Sumner
2025-06-10 05:48:36 +00:00
committed by github-actions[bot]
parent 4959d1ad4b
commit 812e91c0bd

View File

@@ -274,7 +274,7 @@ AsymmetricMatcherResult matchAsymmetricMatcherAndGetFlags(JSGlobalObject* global
if (!matcherProp.isCell()) {
return AsymmetricMatcherResult::NOT_MATCHER;
}
JSCell* matcherPropCell = matcherProp.asCell();
AsymmetricMatcherConstructorType constructorType = AsymmetricMatcherConstructorType::none;