From 1265224bb9f93cb104915be50c1c2ea1e3924955 Mon Sep 17 00:00:00 2001 From: qxb3 Date: Tue, 10 May 2022 01:07:46 +0800 Subject: [PATCH] fix: prettier things --- src/commands/help.js | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/commands/help.js b/src/commands/help.js index f725d65..b808402 100644 --- a/src/commands/help.js +++ b/src/commands/help.js @@ -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!'); }