Skip to content

Commit e0c03d5

Browse files
committed
Merge pull request #241 from eddiemonge/gruntfile
style (Gruntfile.js) Remove extra comma in Gruntfile
2 parents 12f57b4 + 12ceebb commit e0c03d5

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)