summaryrefslogtreecommitdiff
path: root/lib/chef/http/json_to_model_output.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/chef/http/json_to_model_output.rb')
-rw-r--r--lib/chef/http/json_to_model_output.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/http/json_to_model_output.rb b/lib/chef/http/json_to_model_output.rb
index 99878fe629..12ca1a90aa 100644
--- a/lib/chef/http/json_to_model_output.rb
+++ b/lib/chef/http/json_to_model_output.rb
@@ -25,7 +25,7 @@ class Chef
# possible, and converts it into an appropriate model object if it contains
# a `json_class` key.
class JSONToModelOutput < JSONOutput
- def initialize(opts={})
+ def initialize(opts = {})
opts[:inflate_json_class] = true if !opts.has_key?(:inflate_json_class)
super
end