diff options
author | Mark Felder <feld@feld.me> | 2020-12-23 17:41:10 -0600 |
---|---|---|
committer | Mark Felder <feld@feld.me> | 2020-12-23 17:41:10 -0600 |
commit | ce78b64db8976821e5ca0cee0444fffe91744149 (patch) | |
tree | ef056e82728a742267c2952bcbfaf6dd4c6489cd | |
parent | 5a084d6f8deea40b8134094d10053ca0e9ef51fd (diff) | |
download | pleroma-ce78b64db8976821e5ca0cee0444fffe91744149.tar.gz pleroma-ce78b64db8976821e5ca0cee0444fffe91744149.zip |
Formatting
-rw-r--r-- | config/description.exs | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/config/description.exs b/config/description.exs index 94468019f..f438a88ab 100644 --- a/config/description.exs +++ b/config/description.exs @@ -101,11 +101,10 @@ config :pleroma, :config_description, [ %{ key: :proxy_remote, type: :boolean, - description: - """ - Proxy requests to the remote uploader.\n - Useful if media upload endpoint is not internet accessible. - """ + description: """ + Proxy requests to the remote uploader.\n + Useful if media upload endpoint is not internet accessible. + """ }, %{ key: :filename_display_max_length, |