diff options
author | Ivan Tashkinov <ivantashkinov@gmail.com> | 2020-04-25 18:42:08 +0300 |
---|---|---|
committer | Ivan Tashkinov <ivantashkinov@gmail.com> | 2020-04-25 18:42:08 +0300 |
commit | e16437ff191f17b7ec59504d3c38e582ba76eedc (patch) | |
tree | c4f599fc30728de3cce47e3aaad57bc84dffcc20 /lib | |
parent | 0d05e1fe397d75d4381d9059bd1c049ab7030085 (diff) | |
download | pleroma-e16437ff191f17b7ec59504d3c38e582ba76eedc.tar.gz pleroma-e16437ff191f17b7ec59504d3c38e582ba76eedc.zip |
[#1706] Formatting fix.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/pleroma/web/mastodon_api/views/status_view.ex | 3 |
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 |