Skip to content

Commit 242eb6d

Browse files
committed
[Build] Restore missing semicolon
Semicolons are our friends.
1 parent 2991e98 commit 242eb6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gulpfile.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ gulp.task('checkstyle', function () {
137137
.pipe(jscs())
138138
.pipe(jscs.reporter())
139139
.pipe(jscs.reporter('jscs-html-reporter')).on('finish', moveReport)
140-
.pipe(jscs.reporter('fail'))
140+
.pipe(jscs.reporter('fail'));
141141
});
142142

143143
gulp.task('fixstyle', function () {

0 commit comments

Comments
 (0)