Skip to content

Commit 508e7f2

Browse files
committed
Fix code style
1 parent 3fb57e5 commit 508e7f2

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

tests/format-variant-selector.test.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -348,8 +348,8 @@ crosscheck(() => {
348348
${'.parent::before &:hover'} | ${'.parent &:hover::before'}
349349
${':where(&::before) :is(h1, h2, h3, h4)'} | ${':where(&) :is(h1, h2, h3, h4)::before'}
350350
${':where(&::file-selector-button) :is(h1, h2, h3, h4)'} | ${':where(&::file-selector-button) :is(h1, h2, h3, h4)'}
351-
${'#app :is(:where(.dark) &::before)'} | ${'#app :is(:where(.dark) &)::before'}
352-
${'#app :is(:is(:where(.dark) &)::before)'} | ${'#app :is(:is(:where(.dark) &))::before'}
351+
${'#app :is(:where(.dark) &::before)'} | ${'#app :is(:where(.dark) &)::before'}
352+
${'#app :is(:is(:where(.dark) &)::before)'} | ${'#app :is(:is(:where(.dark) &))::before'}
353353
${'#app :is(.foo::file-selector-button)'} | ${'#app :is(.foo)::file-selector-button'}
354354
${'#app :is(.foo::-webkit-progress-bar)'} | ${'#app :is(.foo)::-webkit-progress-bar'}
355355
${'.parent::marker li'} | ${'.parent li::marker'}

tests/important-modifier.test.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,4 +180,3 @@ crosscheck(() => {
180180
})
181181
})
182182
})
183-

0 commit comments

Comments
 (0)