Skip to content

Commit 0e788d0

Browse files
committed
and rubocop
1 parent eff295c commit 0e788d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/openai/http_headers.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ def openai_headers
2424

2525
def azure_headers
2626
{
27-
"Content-Type" => "application/json",
27+
"Content-Type" => "application/json"
2828
}.merge(azure_auth_headers)
2929
end
3030

0 commit comments

Comments
 (0)