mirror of
https://github.com/nasa/openmct.git
synced 2025-06-10 11:21:41 +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())
|
||||||
.pipe(jscs.reporter())
|
.pipe(jscs.reporter())
|
||||||
.pipe(jscs.reporter('jscs-html-reporter')).on('finish', moveReport)
|
.pipe(jscs.reporter('jscs-html-reporter')).on('finish', moveReport)
|
||||||
.pipe(jscs.reporter('fail'))
|
.pipe(jscs.reporter('fail'));
|
||||||
});
|
});
|
||||||
|
|
||||||
gulp.task('fixstyle', function () {
|
gulp.task('fixstyle', function () {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user