aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorMaksim Pechnikov <parallel588@gmail.com>2018-12-07 07:53:14 +0300
committerMaksim Pechnikov <parallel588@gmail.com>2018-12-09 11:24:46 +0300
commit068353ac0b36e6c391a49bae8b96faf4df3f0775 (patch)
treeb5380b3dbbb39fb179289755178de6a908165b66 /lib
parent9442588ae9b049ae1b152b082842e4c13fa49ebb (diff)
downloadpleroma-068353ac0b36e6c391a49bae8b96faf4df3f0775.tar.gz
formatting
Diffstat (limited to 'lib')
-rw-r--r--lib/pleroma/web/mastodon_api/views/status_view.ex21
1 files changed, 8 insertions, 13 deletions
diff --git a/lib/pleroma/web/mastodon_api/views/status_view.ex b/lib/pleroma/web/mastodon_api/views/status_view.ex
index b5574b039..c3c735d5d 100644
--- a/lib/pleroma/web/mastodon_api/views/status_view.ex
+++ b/lib/pleroma/web/mastodon_api/views/status_view.ex
@@ -1,19 +1,14 @@
defmodule Pleroma.Web.MastodonAPI.StatusView do
use Pleroma.Web, :view
- alias Pleroma.{
- Activity,
- HTML,
- Repo,
- User
- }
-
- alias Pleroma.Web.{
- CommonAPI.Utils,
- MastodonAPI.AccountView,
- MastodonAPI.StatusView,
- MediaProxy
- }
+ alias Pleroma.Activity
+ alias Pleroma.HTML
+ alias Pleroma.Repo
+ alias Pleroma.User
+ alias Pleroma.Web.CommonAPI.Utils
+ alias Pleroma.Web.MediaProxy
+ alias Pleroma.Web.MastodonAPI.AccountView
+ alias Pleroma.Web.MastodonAPI.StatusView
# TODO: Add cached version.
defp get_replied_to_activities(activities) do