Skip to content

Commit

Permalink
Remove braces
Browse files Browse the repository at this point in the history
  • Loading branch information
tommy351 committed Oct 2, 2014
1 parent cfcdaeb commit 26a2a6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/theme/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ Theme.prototype._generate = function(options, callback){
}

// only change default language if we have a positive detection
if (_lang) { lang = _lang; }
if (_lang) lang = _lang;
}
} else {
lang = config.language;
Expand Down

0 comments on commit 26a2a6e

Please sign in to comment.