fix: prettier things

This commit is contained in:
qxb3
2022-05-10 01:07:46 +08:00
committed by EvolutionX
parent c3ec9c5f74
commit 1265224bb9

View File

@@ -1,6 +1,3 @@
export function help() {
console.log(
'This is sern cli help section\n\n' +
'Fill me up later!'
)
console.log('This is sern cli help section\n\n' + 'Fill me up later!');
}