diff options
author | Mark Felder <feld@feld.me> | 2021-06-02 11:21:04 -0500 |
---|---|---|
committer | Mark Felder <feld@feld.me> | 2021-06-02 11:21:04 -0500 |
commit | 297feb73f4ea2de59cf3fc8f4beabe18e72a6311 (patch) | |
tree | c3e4957f780259e31a1cfbbe684f4d5e6ef472ed /config | |
parent | 69aed310de48ccd80326c7b639d8e179dfd21ba8 (diff) | |
download | pleroma-297feb73f4ea2de59cf3fc8f4beabe18e72a6311.tar.gz |
Formatting
Diffstat (limited to 'config')
-rw-r--r-- | config/description.exs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/config/description.exs b/config/description.exs index 1c3e3f900..abd802ac0 100644 --- a/config/description.exs +++ b/config/description.exs @@ -682,7 +682,8 @@ config :pleroma, :config_description, [ %{ key: :allow_relay, type: :boolean, - description: "Enable Pleroma's Relay, which makes it possible to follow a whole instance. (Important!) This will increase the visibility of your instance." + description: + "Enable Pleroma's Relay, which makes it possible to follow a whole instance. (Important!) This will increase the visibility of your instance." }, %{ key: :public, |