summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorPrajaktaPurohit <prajakta@opscode.com>2012-12-07 11:14:18 -0800
committerLamont Granquist <lamont@opscode.com>2012-12-19 15:56:10 -0800
commit559d3754cd89a9c25e22494e1aa30408c3fc8bc1 (patch)
tree67c73f98c6d203cae7fb1943ab9577dfe5699a09 /lib
parentfa1674265d75e1353946280f3842a2310ac6663f (diff)
downloadchef-559d3754cd89a9c25e22494e1aa30408c3fc8bc1.tar.gz
Deleting comments, pp statements etc.
Diffstat (limited to 'lib')
-rw-r--r--lib/chef/resource/registry_key.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/resource/registry_key.rb b/lib/chef/resource/registry_key.rb
index 8079eab54e..b91c48a420 100644
--- a/lib/chef/resource/registry_key.rb
+++ b/lib/chef/resource/registry_key.rb
@@ -39,7 +39,7 @@ class Chef
set_or_return(
:key,
arg,
- :kind_of => String,
+ :kind_of => String
)
end
def values(arg=nil)