[#1706] Formatting fix.
authorIvan Tashkinov <ivantashkinov@gmail.com>
Sat, 25 Apr 2020 15:42:08 +0000 (18:42 +0300)
committerIvan Tashkinov <ivantashkinov@gmail.com>
Sat, 25 Apr 2020 15:42:08 +0000 (18:42 +0300)
lib/pleroma/web/mastodon_api/views/status_view.ex

index b0c53acd938b449248e14bd60c11b2cfdc3004fe..1d9082c098bbcc0a3632a62f8f5e4cc942d58311 100644 (file)
@@ -57,7 +57,8 @@ defmodule Pleroma.Web.MastodonAPI.StatusView do
         # TODO: refactor (fake records is never a good idea)
         User.error_user(ap_id)
 
-      true -> nil
+      true ->
+        nil
     end
   end