Skip to content

Commit f1ae31f

Browse files
committed
Fix style
1 parent 1aff14f commit f1ae31f

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
@@ -50,7 +50,7 @@
5050
} else {
5151
gitArgs = '-M -C HEAD';
5252
}
53-
53+
5454
if (gitArgs.indexOf('--no-color') < 0) {
5555
gitArgs += ' --no-color';
5656
}

0 commit comments

Comments
 (0)