diff options
author | Ivan Tashkinov <ivantashkinov@gmail.com> | 2020-10-20 16:18:24 +0300 |
---|---|---|
committer | Ivan Tashkinov <ivantashkinov@gmail.com> | 2020-10-20 16:18:24 +0300 |
commit | 50d428088017e0383d8b35d4ab1b831f40646ab0 (patch) | |
tree | 16e590c00d21f056ee22c7b6ea226b78c29cf487 | |
parent | 3a28aa8814e186eea67df7da00df1636823291f3 (diff) | |
download | pleroma-50d428088017e0383d8b35d4ab1b831f40646ab0.tar.gz |
[#1668] Formatting fix.
-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 0fe86ded7..11755d757 100644 --- a/config/description.exs +++ b/config/description.exs @@ -3737,7 +3737,8 @@ config :pleroma, :config_description, [ %{ key: :ip_whitelist, type: [{:list, :string}, {:list, :charlist}, {:list, :tuple}], - description: "[Pleroma extension] If non-empty, restricts access to app metrics endpoint to specified IP addresses." + description: + "[Pleroma extension] If non-empty, restricts access to app metrics endpoint to specified IP addresses." }, %{ key: :auth, |