Skip to content

Commit ff263f9

Browse files
chore(cli): fixes code indentation
fixed spacing issues
1 parent 2250af0 commit ff263f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/cli.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ For more information, see https://webpack.js.org/api/cli/.`);
9898
*/
9999
const stdout = argv.silent
100100
? {
101-
write: () => {}
101+
write: () => {}
102102
} // eslint-disable-line
103103
: process.stdout;
104104

0 commit comments

Comments
 (0)