Skip to content

Commit 2d722b2

Browse files
committed
style(gulp): add missing semicolon
1 parent bb92502 commit 2d722b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: app/templates/gulpfile.babel(gulp).js

+1-1
Original file line numberDiff line numberDiff line change
@@ -514,7 +514,7 @@ gulp.task('constant', function() {
514514
basename: 'app.constant'
515515
}))
516516
.pipe(gulp.dest(`${clientPath}/app/`))
517-
})
517+
});
518518

519519
gulp.task('build:images', () => {
520520
return gulp.src(paths.client.images)

0 commit comments

Comments
 (0)