From 78583d0cd90bf1031c1846e5f728a2adb37949ff Mon Sep 17 00:00:00 2001 From: jaubourg Date: Sun, 22 Apr 2012 23:49:16 +0200 Subject: [PATCH] Fixes a minor spacing issue. --- grunt.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/grunt.js b/grunt.js index 759b43c54..c8bbf9e91 100644 --- a/grunt.js +++ b/grunt.js @@ -100,7 +100,7 @@ module.exports = function( grunt ) { // Default grunt. grunt.registerTask( "default", "selector build lint min compare_size" ); - grunt.loadNpmTasks("grunt-compare-size"); + grunt.loadNpmTasks("grunt-compare-size"); // Build src/selector.js grunt.registerMultiTask( "selector", "Build src/selector.js", function() { -- 2.39.5