diff options
author | Mark Felder <feld@FreeBSD.org> | 2020-07-02 10:33:27 -0500 |
---|---|---|
committer | Mark Felder <feld@FreeBSD.org> | 2020-07-02 10:33:27 -0500 |
commit | 80076f1974f4527bf3914a83465c30274721457c (patch) | |
tree | d1254e2211f50fcf0c5d43b9e1cdad81bde55e9f | |
parent | d169e51b7e33808a82b314e1ec54d709088a55fb (diff) | |
download | pleroma-80076f1974f4527bf3914a83465c30274721457c.tar.gz |
Lint, long lines
-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 5ffef15fc..370af80a6 100644 --- a/config/description.exs +++ b/config/description.exs @@ -1535,8 +1535,7 @@ config :pleroma, :config_description, [ group: :pleroma, key: :mrf_rejectnonpublic, tab: :mrf, - description: - "RejectNonPublic drops posts with non-public visibility settings.", + description: "RejectNonPublic drops posts with non-public visibility settings.", label: "MRF Reject Non Public", type: :group, children: [ @@ -3108,7 +3107,8 @@ config :pleroma, :config_description, [ label: "MRF Object Age", tab: :mrf, type: :group, - description: "Rejects or delists posts based on their timestamp deviance from your server's clock.", + description: + "Rejects or delists posts based on their timestamp deviance from your server's clock.", children: [ %{ key: :threshold, |