Skip to content

Commit 12ceebb

Browse files
committed
style (Gruntfile.js) Remove extra comma in Gruntfile
Remove extra comma from Gruntfile. Not needed for nodejs to run it but jshint warns about it when running "grunt"
1 parent 12f57b4 commit 12ceebb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/common/Gruntfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -301,7 +301,7 @@ module.exports = function (grunt) {
301301
]
302302
}
303303
}
304-
},
304+
}
305305
});
306306

307307
grunt.registerTask('server', function (target) {

0 commit comments

Comments
 (0)