summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrinpatch <rinpatch@sdf.org>2019-11-14 17:26:59 +0300
committerrinpatch <rinpatch@sdf.org>2019-11-14 17:26:59 +0300
commit94f1cfced872924592eff39b00781989a9e2f96f (patch)
tree3eb27eda2b50e1a97b87966921e366ac8f810a72
parent7d101bc9c5f8ffc1d78c8d5e22f630ad0a7d7e1b (diff)
format the code
-rw-r--r--lib/pleroma/web/mastodon_api/views/conversation_view.ex5
1 files changed, 4 insertions, 1 deletions
diff --git a/lib/pleroma/web/mastodon_api/views/conversation_view.ex b/lib/pleroma/web/mastodon_api/views/conversation_view.ex
index 51d6c0898..2220fbcb1 100644
--- a/lib/pleroma/web/mastodon_api/views/conversation_view.ex
+++ b/lib/pleroma/web/mastodon_api/views/conversation_view.ex
@@ -12,7 +12,10 @@ defmodule Pleroma.Web.MastodonAPI.ConversationView do
alias Pleroma.Web.MastodonAPI.StatusView
def render("participations.json", %{participations: participations, for: user}) do
- safe_render_many(participations, __MODULE__, "participation.json", %{as: :participation, for: user})
+ safe_render_many(participations, __MODULE__, "participation.json", %{
+ as: :participation,
+ for: user
+ })
end
def render("participation.json", %{participation: participation, for: user}) do