소스 검색

[autofix.ci] apply automated fixes

autofix-ci[bot] 1 년 전
부모
커밋
43d279932a
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      packages-private/vapor-e2e-test/interop/components/SimpleVaporComp.vue

+ 1 - 1
packages-private/vapor-e2e-test/interop/components/SimpleVaporComp.vue

@@ -2,5 +2,5 @@
 const msg = 'vapor comp'
 </script>
 <template>
-    <div>{{ msg }}</div>
+  <div>{{ msg }}</div>
 </template>