mirror of
https://github.com/nasa/openmct.git
synced 2025-01-18 10:46:42 +00:00
[Build] Restore missing semicolon
Semicolons are our friends.
This commit is contained in:
parent
2991e9894d
commit
242eb6d733
@ -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 () {
|
||||
|
Loading…
Reference in New Issue
Block a user