Преглед изворни кода

[autofix.ci] apply automated fixes

autofix-ci[bot] пре 11 месеци
родитељ
комит
74dfcf7381
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      packages/compiler-sfc/__tests__/compileStyle.spec.ts

+ 1 - 1
packages/compiler-sfc/__tests__/compileStyle.spec.ts

@@ -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;