Reformat with eslint

This commit is contained in:
Mario Campos
2025-11-05 09:37:42 -06:00
parent ecee3ea8f5
commit 74f662193b

View File

@@ -488,9 +488,7 @@ for (const [
if (shouldReportError) {
t.true(
warningSpy.calledOnceWithExactly(
sinon.match(
"CodeQL Action v3 will be deprecated in December 2026.",
),
sinon.match("CodeQL Action v3 will be deprecated in December 2026."),
),
);
} else {