summaryrefslogtreecommitdiff
path: root/lib/chef/whitelist.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/chef/whitelist.rb')
-rw-r--r--lib/chef/whitelist.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/whitelist.rb b/lib/chef/whitelist.rb
index ca4be38d7f..58d0bd70c6 100644
--- a/lib/chef/whitelist.rb
+++ b/lib/chef/whitelist.rb
@@ -27,7 +27,7 @@ class Chef
# },
# ["network/interfaces/eth0", ["filesystem", "/dev/disk"]])
# will capture the eth0 and /dev/disk subtrees.
- def self.filter(data, whitelist=nil)
+ def self.filter(data, whitelist = nil)
return data if whitelist.nil?
new_data = {}