Explorar el Código

[autofix.ci] apply automated fixes

autofix-ci[bot] hace 11 meses
padre
commit
74dfcf7381
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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;