Fix Credo warning
authorRoman Chvanikov <chvanikoff@gmail.com>
Sun, 21 Apr 2019 16:24:33 +0000 (23:24 +0700)
committerRoman Chvanikov <chvanikoff@gmail.com>
Sun, 21 Apr 2019 16:24:33 +0000 (23:24 +0700)
lib/pleroma/web/mastodon_api/views/conversation_view.ex

index eb61baa03000676236e3ad336bc683a87f209a9d..8e8f7cf31973d7b0ce1e8ab653adb4d55760d688 100644 (file)
@@ -3,8 +3,8 @@ defmodule Pleroma.Web.MastodonAPI.ConversationView do
 
   alias Pleroma.Activity
   alias Pleroma.Repo
-  alias Pleroma.Web.MastodonAPI.AccountView
   alias Pleroma.Web.ActivityPub.ActivityPub
+  alias Pleroma.Web.MastodonAPI.AccountView
   alias Pleroma.Web.MastodonAPI.StatusView
 
   def render("participation.json", %{participation: participation, user: user}) do