From 7178bd5d1ccd0bb962ae050740be037d1e92ac59 Mon Sep 17 00:00:00 2001 From: Amit Bansil Date: Wed, 3 Aug 2016 12:17:13 -0400 Subject: [PATCH] chore(gulpfile): whitespace --- gulpfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gulpfile.js b/gulpfile.js index c673f654..0b70f893 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -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)); \ No newline at end of file