Skip to content

Commit 68cc2de

Browse files
committed
chore: add blank line
1 parent c3a0c5c commit 68cc2de

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

lib/auth0/mixins/httpproxy.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,9 @@ def call(method, url, timeout, headers, body = nil)
129129
e.response
130130
end
131131
end
132+
132133
private
134+
133135
def safe_merge_body(body, extra = {})
134136
return body unless body.is_a?(Hash)
135137
merged = extra.any? ? body.merge(extra) : body

0 commit comments

Comments
 (0)