diff options
| author | Takashi Nakagawa | 2014-03-04 21:23:05 +0900 |
|---|---|---|
| committer | Brian Ford | 2014-03-07 15:03:57 -0800 |
| commit | 08120612741421da9e702d70e41e586314a30209 (patch) | |
| tree | 6c8d18a89c2a657532b9c1467c9df9feae4b4e5a | |
| parent | d07101dec08a698932ef0aa2fc36316d6f7c4851 (diff) | |
| download | angular.js-08120612741421da9e702d70e41e586314a30209.tar.bz2 | |
chore(grunt): remove unnecessary white spaces
| -rw-r--r-- | lib/grunt/utils.js | 6 |
1 files changed, 3 insertions, 3 deletions
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. |
