diff options
author | William Pitcock <nenolod@dereferenced.org> | 2018-09-22 02:48:42 +0000 |
---|---|---|
committer | William Pitcock <nenolod@dereferenced.org> | 2018-09-22 02:53:04 +0000 |
commit | df00a364fb08263fa91d19bf8ed815f172c922da (patch) | |
tree | 1026c195bdce3f69d039d36935b9a43d0d7a9e1e /lib | |
parent | c2b69798dd924f287a720ad5a57feed99b14d609 (diff) | |
download | pleroma-df00a364fb08263fa91d19bf8ed815f172c922da.tar.gz |
mastodon api: formatting
Diffstat (limited to 'lib')
-rw-r--r-- | lib/pleroma/web/mastodon_api/mastodon_api_controller.ex | 4 |
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 = %{ |