aboutsummaryrefslogtreecommitdiff
path: root/lib/pleroma
diff options
context:
space:
mode:
authorWilliam Pitcock <nenolod@dereferenced.org>2018-09-22 02:48:42 +0000
committerWilliam Pitcock <nenolod@dereferenced.org>2018-09-22 02:53:04 +0000
commitdf00a364fb08263fa91d19bf8ed815f172c922da (patch)
tree1026c195bdce3f69d039d36935b9a43d0d7a9e1e /lib/pleroma
parentc2b69798dd924f287a720ad5a57feed99b14d609 (diff)
downloadpleroma-df00a364fb08263fa91d19bf8ed815f172c922da.tar.gz
mastodon api: formatting
Diffstat (limited to 'lib/pleroma')
-rw-r--r--lib/pleroma/web/mastodon_api/mastodon_api_controller.ex4
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/pleroma/web/mastodon_api/mastodon_api_controller.ex b/lib/pleroma/web/mastodon_api/mastodon_api_controller.ex
index 47ae61b5b..391a79885 100644
--- a/lib/pleroma/web/mastodon_api/mastodon_api_controller.ex
+++ b/lib/pleroma/web/mastodon_api/mastodon_api_controller.ex
@@ -858,7 +858,9 @@ defmodule Pleroma.Web.MastodonAPI.MastodonAPIController do
if user && token do
mastodon_emoji = mastodonized_emoji()
- accounts = Map.put(%{}, user.id, AccountView.render("account.json", %{user: user, for: user}))
+
+ accounts =
+ Map.put(%{}, user.id, AccountView.render("account.json", %{user: user, for: user}))
initial_state =
%{