Lint
authorMark Felder <feld@FreeBSD.org>
Wed, 7 Oct 2020 20:28:29 +0000 (15:28 -0500)
committerMark Felder <feld@FreeBSD.org>
Wed, 7 Oct 2020 20:28:29 +0000 (15:28 -0500)
lib/pleroma/web/mastodon_api/controllers/status_controller.ex

index c85757f267c07bdee70df8432473961ceb502e30..a47a7af95702205c412afcf52750aee0ca49d1aa 100644 (file)
@@ -155,7 +155,6 @@ defmodule Pleroma.Web.MastodonAPI.StatusController do
     end
   end
 
-
   # Creates a regular status
   def create(%{assigns: %{user: user}, body_params: %{status: _} = params} = conn, _) do
     params = Map.put(params, :in_reply_to_status_id, params[:in_reply_to_id])