Skip to content
This repository was archived by the owner on Jan 15, 2022. It is now read-only.

Commit a9b6f82

Browse files
committed
remove useless colon
1 parent 9d2fcac commit a9b6f82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Gruntfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ module.exports = function(grunt) {
1313
// Project configuration.
1414
grunt.initConfig({
1515
jshint : {
16-
all : [ 'Gruntfile.js', 'tasks/*.js', '<%= nodeunit.tests %>', ],
16+
all : [ 'Gruntfile.js', 'tasks/*.js', '<%= nodeunit.tests %>' ],
1717
options : {
1818
jshintrc : '.jshintrc',
1919
},

0 commit comments

Comments
 (0)