Skip to content

Commit c09cac1

Browse files
committed
Removed trailing comma
Automated scan at my place of employment caught this trailing comma
1 parent afd2631 commit c09cac1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: gulpfile.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ gulp.task('default', ['build', 'watch']);
124124

125125
gulp.task('server', function(){
126126
connect.server({
127-
port: 8000,
127+
port: 8000
128128
});
129129
});
130130

0 commit comments

Comments
 (0)