diff options
author | Mark Felder <feld@FreeBSD.org> | 2020-02-13 12:09:11 -0600 |
---|---|---|
committer | Mark Felder <feld@FreeBSD.org> | 2020-02-13 12:09:11 -0600 |
commit | 0afff36cda445e442662e515b4bc7dac5e076a87 (patch) | |
tree | c51275fe53362d395e6f2092a65d1435c54c6257 | |
parent | 21dc3e38120df94a12a670492d6c1cdc27ea3d14 (diff) | |
download | pleroma-0afff36cda445e442662e515b4bc7dac5e076a87.tar.gz |
Formatting got me again
-rw-r--r-- | config/description.exs | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/config/description.exs b/config/description.exs index 32b8611fe..0c0f4af3c 100644 --- a/config/description.exs +++ b/config/description.exs @@ -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, |