Lint, long lines
authorMark Felder <feld@FreeBSD.org>
Thu, 2 Jul 2020 15:33:27 +0000 (10:33 -0500)
committerMark Felder <feld@FreeBSD.org>
Thu, 2 Jul 2020 15:33:27 +0000 (10:33 -0500)
config/description.exs

index 5ffef15fc45bc4ed37792574d6de3e1a444ff0c8..370af80a615223b8aa348ccacfbb8ecacde1650a 100644 (file)
@@ -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,