Skip to content

Commit 0da4a9e

Browse files
author
whyboris
committed
lint fix
1 parent c934273 commit 0da4a9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cli.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
var ignoreString = '';
6161

6262
if (ignore) {
63-
ignoreString = ignore.map(function (file) {
63+
ignoreString = ignore.map(function(file) {
6464
return ' ":(exclude)' + file + '" ';
6565
}).join(' ');
6666
}

0 commit comments

Comments
 (0)