Просмотр исходного кода

[autofix.ci] apply automated fixes

autofix-ci[bot] 11 месяцев назад
Родитель
Сommit
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;