Skip to content

Commit

Permalink
chore(cli): fixes code indentation
Browse files Browse the repository at this point in the history
fixed spacing issues
  • Loading branch information
pranshuchittora committed Apr 26, 2019
1 parent 2250af0 commit ff263f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/cli.js
Expand Up @@ -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;

Expand Down

0 comments on commit ff263f9

Please sign in to comment.