Skip to content

Commit 5349adf

Browse files
committed
Run formatter
1 parent ff91125 commit 5349adf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/sentry/http_client.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ defmodule Sentry.HackneyClient do
4747

4848
with {:ok, status, headers, client} <-
4949
:hackney.request(:post, url, headers, body, hackney_opts),
50-
{:ok, body} <- :hackney.body(client) do
50+
{:ok, body} <- :hackney.body(client) do
5151
{:ok, status, headers, body}
5252
end
5353
end

0 commit comments

Comments
 (0)