From 9aaafc5a22b80fff13870f2357beb49857842b0c Mon Sep 17 00:00:00 2001 From: Michael Hart Date: Thu, 21 Jun 2012 18:05:52 +1000 Subject: [PATCH] Ugh, fixed whitespace --- lib/nconf/stores/env.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/nconf/stores/env.js b/lib/nconf/stores/env.js index f4e94fc..e73026e 100644 --- a/lib/nconf/stores/env.js +++ b/lib/nconf/stores/env.js @@ -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;