From 55610140584b9974005da51a03b572fae58c70e9 Mon Sep 17 00:00:00 2001 From: qxb3 Date: Tue, 10 May 2022 01:07:46 +0800 Subject: [PATCH] Fix prettier issue --- 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!'); }