From 2036fb1e71b7da7f16f78e602d95a5cc1e3771b0 Mon Sep 17 00:00:00 2001 From: Takashi Nakagawa Date: Tue, 4 Mar 2014 21:23:05 +0900 Subject: chore(grunt): remove unnecessary white spaces --- lib/grunt/utils.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'lib') diff --git a/lib/grunt/utils.js b/lib/grunt/utils.js index b9affd82..a736033d 100644 --- a/lib/grunt/utils.js +++ b/lib/grunt/utils.js @@ -26,7 +26,7 @@ var getRandomPorts = function() { var getPackage = function() { if ( !pkg ) { - // Search up the folder hierarchy for the first package.json + // Search up the folder hierarchy for the first package.json var packageFolder = path.resolve('.'); while ( !fs.existsSync(path.join(packageFolder, 'package.json')) ) { var parent = path.dirname(packageFolder); @@ -34,7 +34,7 @@ var getPackage = function() { packageFolder = parent; } pkg = JSON.parse(fs.readFileSync(path.join(packageFolder,'package.json'), 'UTF-8')); - + } return pkg; @@ -225,7 +225,7 @@ module.exports = { }, - updateWebdriver: function(done){ + updateWebdriver: function(done){ if (process.env.TRAVIS) { // Skip the webdriver-manager update on Travis, since the browsers will // be provided remotely. -- cgit v1.2.3