Formatting got me again
authorMark Felder <feld@FreeBSD.org>
Thu, 13 Feb 2020 18:09:11 +0000 (12:09 -0600)
committerMark Felder <feld@FreeBSD.org>
Thu, 13 Feb 2020 18:09:11 +0000 (12:09 -0600)
config/description.exs

index 32b8611fee63dbbaab1850e3d2ba16e33b5eeea8..0c0f4af3cc6bcb4d7c48af4b32833f6a775428ac 100644 (file)
@@ -534,7 +534,8 @@ config :pleroma, :config_description, [
       %{
         key: :description,
         type: :string,
-        description: "The instance's description. It can be seen in nodeinfo and `/api/v1/instance`",
+        description:
+          "The instance's description. It can be seen in nodeinfo and `/api/v1/instance`",
         suggestions: [
           "Very cool instance"
         ]
@@ -2151,8 +2152,7 @@ config :pleroma, :config_description, [
       %{
         key: :enabled,
         type: :boolean,
-        description:
-          "Fetch posts when a new user is federated with"
+        description: "Fetch posts when a new user is federated with"
       },
       %{
         key: :pages,