Credo fixes
authorlain <lain@soykaf.club>
Mon, 22 Jun 2020 12:02:29 +0000 (14:02 +0200)
committerlain <lain@soykaf.club>
Mon, 22 Jun 2020 12:02:29 +0000 (14:02 +0200)
lib/pleroma/web/mastodon_api/controllers/account_controller.ex

index f0499621a59bf3733de0ddf96de5d3d65e8d3fb9..d4605c5189ebb4988767f4d09844a0a9aacac852 100644 (file)
@@ -20,8 +20,8 @@ defmodule Pleroma.Web.MastodonAPI.AccountController do
   alias Pleroma.Plugs.RateLimiter
   alias Pleroma.User
   alias Pleroma.Web.ActivityPub.ActivityPub
-  alias Pleroma.Web.ActivityPub.Pipeline
   alias Pleroma.Web.ActivityPub.Builder
+  alias Pleroma.Web.ActivityPub.Pipeline
   alias Pleroma.Web.CommonAPI
   alias Pleroma.Web.MastodonAPI.ListView
   alias Pleroma.Web.MastodonAPI.MastodonAPI
@@ -186,8 +186,8 @@ defmodule Pleroma.Web.MastodonAPI.AccountController do
     # We want to update the user through the pipeline, but the ActivityPub
     # update information is not quite enough for this, because this also
     # contains local settings that don't federate and don't even appear
-    # in the Update activity. 
-    # 
+    # in the Update activity.
+    #
     # So we first build the normal local changeset, then apply it to the
     # user data, but don't persist it. With this, we generate the object
     # data for our update activity. We feed this and the changeset as meta