Skip to content

Commit ea5a042

Browse files
committed
remove trailing commas on Gruntfile
1 parent db42233 commit ea5a042

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Gruntfile.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,8 @@ module.exports = function(grunt) {
5757
test: {
5858
files: '<%= jshint.test.src %>',
5959
tasks: ['jshint:test', 'test']
60-
},
61-
},
60+
}
61+
}
6262
});
6363

6464
// These plugins provide necessary tasks.

0 commit comments

Comments
 (0)