Skip to content

Commit 49227ca

Browse files
authored
chore: format code & remove extra blank lines (vuejs#163)
1 parent fcc6447 commit 49227ca

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

scripts/snapshot.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ const bin = path.posix.relative('../playground/', '../outfile.cjs')
6262
cd(playgroundDir)
6363
for (const flags of flagCombinations) {
6464
const projectName = flags.join('-')
65-
65+
6666
console.log(`Removing previously generated project ${projectName}`)
6767
await $`rm -rf ${projectName}`
6868

template/base/src/assets/main.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
@import "./base.css";
1+
@import './base.css';
22

33
#app {
44
max-width: 1280px;

template/code/router/src/components/WelcomeItem.vue

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ i {
2929
place-content: center;
3030
width: 32px;
3131
height: 32px;
32-
3332
color: var(--color-text);
3433
}
3534

0 commit comments

Comments
 (0)