From 74f662193b73595358758ec21164923494ca4704 Mon Sep 17 00:00:00 2001 From: Mario Campos Date: Wed, 5 Nov 2025 09:37:42 -0600 Subject: [PATCH] Reformat with eslint --- src/util.test.ts | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/util.test.ts b/src/util.test.ts index 550dc1659..03d7d89ec 100644 --- a/src/util.test.ts +++ b/src/util.test.ts @@ -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 {