[Credo][CI] Add readability as it’s fixed
[akkoma] / lib / pleroma / uploaders / uploader.ex
index ce83cbbbc76584afdc0dc45de40e64b33f0cae2f..bf15389fcde3c46ed9ecf9f8a1c5f3ebcd514813 100644 (file)
@@ -29,7 +29,6 @@ defmodule Pleroma.Uploaders.Uploader do
   * `{:error, String.t}` error information if the file failed to be saved to the backend.
   * `:wait_callback` will wait for an http post request at `/api/pleroma/upload_callback/:upload_path` and call the uploader's `http_callback/3` method.
 
-
   """
   @type file_spec :: {:file | :url, String.t()}
   @callback put_file(Pleroma.Upload.t()) ::