From a19c831b382b737f8eb3de3955cc9d0fdf957660 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Micha=C5=82=20Go=C5=82e=CC=A8biowski?= Date: Mon, 15 Apr 2013 19:13:08 +0200 Subject: [PATCH] Correct spacing --- Gruntfile.js | 2 +- test/.jshintrc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Gruntfile.js b/Gruntfile.js index 5f3a02c2c..24e30d2d3 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -7,7 +7,7 @@ module.exports = function( grunt ) { "dist/jquery.min.map", "dist/jquery.min.js" ], - gzip = require("gzip-js"), + gzip = require("gzip-js"), readOptionalJSON = function( filepath ) { var data = {}; try { diff --git a/test/.jshintrc b/test/.jshintrc index 23f0f7718..db5851c4e 100644 --- a/test/.jshintrc +++ b/test/.jshintrc @@ -56,5 +56,5 @@ "$", "original$", "externalHost" - ] + ] } -- 2.39.5