Whitespace

This commit is contained in:
Tim Schaub
2016-01-02 11:26:31 -07:00
parent 23f3e21ba4
commit 38d0e98ff5
4 changed files with 11 additions and 13 deletions

View File

@@ -109,7 +109,7 @@ function getNewer(date, newer, callback) {
* pass the sourceDir to the task so it can do the walking.
*/
if (isWindows) {
paths = [sourceDir].concat(externsPaths);
paths = [sourceDir].concat(externsPaths);
}
callback(null, newer ? paths : []);