[Build] Restore missing semicolon

Semicolons are our friends.
This commit is contained in:
Victor Woeltjen 2016-11-16 09:36:22 -08:00
parent 2991e9894d
commit 242eb6d733

View File

@ -137,7 +137,7 @@ gulp.task('checkstyle', function () {
.pipe(jscs())
.pipe(jscs.reporter())
.pipe(jscs.reporter('jscs-html-reporter')).on('finish', moveReport)
.pipe(jscs.reporter('fail'))
.pipe(jscs.reporter('fail'));
});
gulp.task('fixstyle', function () {