summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIvan Tashkinov <ivantashkinov@gmail.com>2020-04-25 18:42:08 +0300
committerIvan Tashkinov <ivantashkinov@gmail.com>2020-04-25 18:42:08 +0300
commite16437ff191f17b7ec59504d3c38e582ba76eedc (patch)
treec4f599fc30728de3cce47e3aaad57bc84dffcc20
parent0d05e1fe397d75d4381d9059bd1c049ab7030085 (diff)
[#1706] Formatting fix.
-rw-r--r--lib/pleroma/web/mastodon_api/views/status_view.ex3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/pleroma/web/mastodon_api/views/status_view.ex b/lib/pleroma/web/mastodon_api/views/status_view.ex
index b0c53acd9..1d9082c09 100644
--- a/lib/pleroma/web/mastodon_api/views/status_view.ex
+++ b/lib/pleroma/web/mastodon_api/views/status_view.ex
@@ -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