瀏覽代碼

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