Skip to content

Commit 01090e0

Browse files
committed
chore: fix fmt
1 parent 9f56cb8 commit 01090e0

File tree

2 files changed

+171
-156
lines changed

2 files changed

+171
-156
lines changed

packages/vite/src/node/cli.ts

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -270,14 +270,14 @@ cli
270270
const hasExistingLogs =
271271
process.stdout.bytesWritten > 0 || process.stderr.bytesWritten > 0
272272

273-
info(
274-
`\n ${colors.green(
275-
`${colors.bold('ROLLDOWN-VITE')} v${VERSION}`,
276-
)}${modeString} ${startupDurationString}\n`,
277-
{
278-
clear: !hasExistingLogs,
279-
},
280-
)
273+
info(
274+
`\n ${colors.green(
275+
`${colors.bold('ROLLDOWN-VITE')} v${VERSION}`,
276+
)}${modeString} ${startupDurationString}\n`,
277+
{
278+
clear: !hasExistingLogs,
279+
},
280+
)
281281

282282
server.printUrls()
283283
const customShortcuts: CLIShortcut<typeof server>[] = []

0 commit comments

Comments
 (0)