Skip to content

Commit

Permalink
chore(gulpfile): whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
amit-bansil committed Aug 8, 2016
1 parent 73aba79 commit 72edc71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -144,4 +144,4 @@ function jscsTask(fix) {
}

gulp.task('jscs-fix', jscsTask.bind(null, true));
gulp.task('jscs-lint', jscsTask.bind(null, false));
gulp.task('jscs-lint', jscsTask.bind(null, false));

0 comments on commit 72edc71

Please sign in to comment.