Skip to content

Commit

Permalink
* remove double semi-column
Browse files Browse the repository at this point in the history
  • Loading branch information
olafbuitelaar committed Jan 3, 2019
1 parent dd8e236 commit 90bd1c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ function lint(done) {
.pipe(eslint({fix: true}))
.pipe(eslint.format('stylish'))
.pipe(eslint.failAfterError())
.pipe(gulpif(isFixed, gulp.dest('./')));;
.pipe(gulpif(isFixed, gulp.dest('./')));
};

// View the code coverage report in the browser.
Expand Down

0 comments on commit 90bd1c0

Please sign in to comment.