Fix indent

This commit is contained in:
Aya Morisawa 2018-07-18 19:36:36 +09:00
parent b62bee8c99
commit 4413985f7a

View file

@ -84,12 +84,12 @@ gulp.task('lint', () =>
);
gulp.task('format', () =>
gulp.src('./src/**/*.ts')
.pipe(tslint({
formatter: 'verbose',
fix: true
}))
.pipe(tslint.report())
gulp.src('./src/**/*.ts')
.pipe(tslint({
formatter: 'verbose',
fix: true
}))
.pipe(tslint.report())
);
gulp.task('mocha', () =>