[#58] pre-link MFM content (#59)
[akkoma] / lib / pleroma / http.ex
index 01f307d1770610ef475c4c2f81c7f06de22a4415..d8028651c881034c9d6cbe3a11bdbf3cc366e5a6 100644 (file)
@@ -65,7 +65,6 @@ defmodule Pleroma.HTTP do
     options = put_in(options[:adapter], adapter_opts)
     params = options[:params] || []
     request = build_request(method, headers, options, url, body, params)
-
     client = Tesla.client([Tesla.Middleware.FollowRedirects])
 
     request(client, request)