Skip to content

Commit 2ff1ba3

Browse files
committed
Fix code style
1 parent c3d69e4 commit 2ff1ba3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/cohere/client.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ def summarize(
182182

183183
# standard:disable Lint/DuplicateMethods
184184
def connection
185-
@connection ||= Faraday.new(url: ENDPOINT_URL, request: { timeout: @timeout }) do |faraday|
185+
@connection ||= Faraday.new(url: ENDPOINT_URL, request: {timeout: @timeout}) do |faraday|
186186
if api_key
187187
faraday.request :authorization, :Bearer, api_key
188188
end

0 commit comments

Comments
 (0)