summaryrefslogtreecommitdiff
path: root/lib/chef/http/remote_request_id.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/chef/http/remote_request_id.rb')
-rw-r--r--lib/chef/http/remote_request_id.rb6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/chef/http/remote_request_id.rb b/lib/chef/http/remote_request_id.rb
index ba6108e063..ef8a18a1e3 100644
--- a/lib/chef/http/remote_request_id.rb
+++ b/lib/chef/http/remote_request_id.rb
@@ -21,11 +21,11 @@ class Chef
class HTTP
class RemoteRequestID
- def initialize(opts={})
+ def initialize(opts = {})
end
- def handle_request(method, url, headers={}, data=false)
- headers.merge!({"X-REMOTE-REQUEST-ID" => Chef::RequestID.instance.request_id})
+ def handle_request(method, url, headers = {}, data = false)
+ headers.merge!({ "X-REMOTE-REQUEST-ID" => Chef::RequestID.instance.request_id })
[method, url, headers, data]
end