Skip to content

Commit 004d439

Browse files
committed
2 parents 78dd72d + 51f9fa6 commit 004d439

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,13 @@ const xmlValidator = require('gulp-xml-validator');
2626
// Gulp v4
2727
gulp.task('lint', (done) => {
2828
gulp.src('**/*.xml')
29-
.pipe(xmlValidator());
29+
.pipe(xmlValidator());
3030

3131
done();
3232
});
3333

3434
// Gulp v3
35-
gulp.task('lint', function () {
35+
gulp.task('lint', function() {
3636
return gulp.src('**/*.xml')
3737
.pipe(xmlValidator());
3838
});

0 commit comments

Comments
 (0)