summaryrefslogtreecommitdiff
path: root/lib/chef/deprecation/provider/remote_file.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/chef/deprecation/provider/remote_file.rb')
-rw-r--r--lib/chef/deprecation/provider/remote_file.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/deprecation/provider/remote_file.rb b/lib/chef/deprecation/provider/remote_file.rb
index a73181e15c..9f115a2565 100644
--- a/lib/chef/deprecation/provider/remote_file.rb
+++ b/lib/chef/deprecation/provider/remote_file.rb
@@ -64,7 +64,7 @@ class Chef
end
def http_client_opts(source)
- opts={}
+ opts = {}
# CHEF-3140
# 1. If it's already compressed, trying to compress it more will
# probably be counter-productive.