diff options
author | Alexander Strizhakov <alex.strizhakov@gmail.com> | 2020-03-03 09:52:01 +0000 |
---|---|---|
committer | Alexander Strizhakov <alex.strizhakov@gmail.com> | 2020-03-03 09:52:01 +0000 |
commit | a21a66972f8733de766bc538fe81f2e0ccb57925 (patch) | |
tree | 8c9c948c72a71c2ea06ae76c31e2a28ed36e2273 | |
parent | 614e3934f9190ff199df087de34146ad5f34c660 (diff) | |
download | pleroma-a21a66972f8733de766bc538fe81f2e0ccb57925.tar.gz |
Apply suggestion to lib/pleroma/http/http.ex
-rw-r--r-- | lib/pleroma/http/http.ex | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/lib/pleroma/http/http.ex b/lib/pleroma/http/http.ex index 5fb468689..0235f89ea 100644 --- a/lib/pleroma/http/http.ex +++ b/lib/pleroma/http/http.ex @@ -76,12 +76,7 @@ defmodule Pleroma.HTTP do |> Map.put(:env, Pleroma.Config.get([:env])) |> Map.put(:pool_alive?, pool_alive?) - response = - request( - client, - request, - request_opts - ) + response = request(client, request, request_opts) Connection.after_request(adapter_opts) |