Skip to content

Commit

Permalink
linting
Browse files Browse the repository at this point in the history
  • Loading branch information
soulgalore committed Feb 6, 2015
1 parent 75f16d8 commit 634af07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/analyzeOneSite.js
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ AnalyzeOneSite.prototype.run = function(callback) {
// yep this is ugly and we need to restructure in the future
// we pass the result from the budget from the config object ...
if (self.config.budgetResult) {
return callback(undefined, { 'budget' : self.config.budgetResult});
return callback(undefined, {'budget': self.config.budgetResult});
} else {
return callback(undefined);
}
Expand Down

0 comments on commit 634af07

Please sign in to comment.