Skip to content

Commit

Permalink
Ugh, fixed whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
mhart committed Jun 21, 2012
1 parent 3c08fad commit 9aaafc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/nconf/stores/env.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ var Env = exports.Env = function (options) {
options = options || {};
this.type = 'env';
this.readOnly = true;
this.whitelist = options.whitelist || [];
this.whitelist = options.whitelist || [];
this.separator = options.separator || '';
if (options instanceof Array) {
this.whitelist = options;
Expand Down

0 comments on commit 9aaafc5

Please sign in to comment.