run `mix format`.
authorWilliam Pitcock <nenolod@dereferenced.org>
Sat, 1 Sep 2018 21:12:42 +0000 (21:12 +0000)
committerWilliam Pitcock <nenolod@dereferenced.org>
Sat, 1 Sep 2018 21:12:42 +0000 (21:12 +0000)
lib/pleroma/web/twitter_api/controllers/util_controller.ex

index 5b24809f95fcb2b250729bf5087fcce28402a687..886b70f5f2b24d892b350fd4f42a66f3d822348b 100644 (file)
@@ -176,11 +176,11 @@ defmodule Pleroma.Web.TwitterAPI.UtilController do
           chatDisabled: !Keyword.get(@instance_chat, :enabled),
           showInstanceSpecificPanel: Keyword.get(@instance_fe, :show_instance_panel),
           scopeOptionsEnabled: Keyword.get(@instance_fe, :scope_options_enabled),
-          collapseMessageWithSubject:
-            Keyword.get(@instance_fe, :collapse_message_with_subject)
+          collapseMessageWithSubject: Keyword.get(@instance_fe, :collapse_message_with_subject)
         }
 
         managed_config = Keyword.get(@instance, :managed_config)
+
         data =
           if managed_config do
             data |> Map.put("pleromafe", pleroma_fe)