Skip to content

Commit 78deec2

Browse files
authored
chore: missing spacing
1 parent 9197e12 commit 78deec2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/create-vite/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -267,8 +267,8 @@ async function init() {
267267
console.log(' yarn dev')
268268
break
269269
default:
270-
console.log(`${pkgManager} install`)
271-
console.log(`${pkgManager} run dev`)
270+
console.log(` ${pkgManager} install`)
271+
console.log(` ${pkgManager} run dev`)
272272
break
273273
}
274274
console.log()

0 commit comments

Comments
 (0)