Skip to content

Commit 74f6621

Browse files
committed
Reformat with eslint
1 parent ecee3ea commit 74f6621

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

‎src/util.test.ts‎

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -488,9 +488,7 @@ for (const [
488488
if (shouldReportError) {
489489
t.true(
490490
warningSpy.calledOnceWithExactly(
491-
sinon.match(
492-
"CodeQL Action v3 will be deprecated in December 2026.",
493-
),
491+
sinon.match("CodeQL Action v3 will be deprecated in December 2026."),
494492
),
495493
);
496494
} else {

0 commit comments

Comments
 (0)