summaryrefslogtreecommitdiff
path: root/lib/chef/knife/user_key_show.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/chef/knife/user_key_show.rb')
-rw-r--r--lib/chef/knife/user_key_show.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/knife/user_key_show.rb b/lib/chef/knife/user_key_show.rb
index 3887238b20..e09d5e04ed 100644
--- a/lib/chef/knife/user_key_show.rb
+++ b/lib/chef/knife/user_key_show.rb
@@ -31,7 +31,7 @@ class Chef
attr_reader :actor
- def initialize(argv=[])
+ def initialize(argv = [])
super(argv)
@service_object = nil
end