Fix prettier issue

This commit is contained in:
qxb3
2022-05-10 01:07:46 +08:00
committed by EvolutionX
parent 1db2f8eedd
commit 5561014058

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!');
}