Skip to content

Commit 040cb7c

Browse files
committed
chore: fix formatting
1 parent 3885f6c commit 040cb7c

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

lib/algolia/transport/transport.rb

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -91,12 +91,12 @@ def request(call_type, method, path, body = {}, opts = {})
9191
# @return [Hash]
9292
#
9393
def build_request(method, path, body, request_options)
94-
request = {}
95-
request[:method] = method.downcase
96-
request[:path] = build_uri_path(path, request_options.params)
97-
request[:body] = build_body(body, request_options, method)
98-
request[:headers] = generate_headers(request_options)
99-
request[:timeout] = request_options.timeout
94+
request = {}
95+
request[:method] = method.downcase
96+
request[:path] = build_uri_path(path, request_options.params)
97+
request[:body] = build_body(body, request_options, method)
98+
request[:headers] = generate_headers(request_options)
99+
request[:timeout] = request_options.timeout
100100
request[:connect_timeout] = request_options.connect_timeout
101101
request
102102
end

0 commit comments

Comments
 (0)