From ff263f95ce7b4b87f69598a0e1cba0ef68b9193d Mon Sep 17 00:00:00 2001 From: Pranshu Chittora Date: Fri, 26 Apr 2019 11:53:12 +0530 Subject: [PATCH] chore(cli): fixes code indentation fixed spacing issues --- bin/cli.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/cli.js b/bin/cli.js index 54d28553174..e9a2b5b7410 100755 --- a/bin/cli.js +++ b/bin/cli.js @@ -98,7 +98,7 @@ For more information, see https://webpack.js.org/api/cli/.`); */ const stdout = argv.silent ? { - write: () => {} + write: () => {} } // eslint-disable-line : process.stdout;