]> git.ipfire.org Git - thirdparty/vuejs/core.git/commitdiff
[autofix.ci] apply automated fixes
authorautofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
Tue, 20 May 2025 13:54:03 +0000 (13:54 +0000)
committerGitHub <noreply@github.com>
Tue, 20 May 2025 13:54:03 +0000 (13:54 +0000)
packages/compiler-sfc/__tests__/compileStyle.spec.ts

index 40e158f0c7834dbb0f30ca61e668afff4e4421b1..dcefa7332b75ba94ab27269d31ca021e1f9674ce 100644 (file)
@@ -247,7 +247,7 @@ color: red
       .div[data-v-test]:is(.foo:hover) { color: blue;
       }"
     `)
-    
+
     expect(compileScoped(`#app :is(.foo) { color: red; }`))
       .toMatchInlineSnapshot(`
       "#app :is(.foo[data-v-test]) { color: red;