Skip to content

Commit

Permalink
Fix prettier issue
Browse files Browse the repository at this point in the history
  • Loading branch information
qxb3 authored and EvolutionX-10 committed May 9, 2022
1 parent 1db2f8e commit 5561014
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/commands/help.js
Original file line number Diff line number Diff line change
@@ -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!');
}

0 comments on commit 5561014

Please sign in to comment.