summaryrefslogtreecommitdiff
path: root/config/description.exs
diff options
context:
space:
mode:
Diffstat (limited to 'config/description.exs')
-rw-r--r--config/description.exs3
1 files changed, 2 insertions, 1 deletions
diff --git a/config/description.exs b/config/description.exs
index b2072420a..f1b709d01 100644
--- a/config/description.exs
+++ b/config/description.exs
@@ -819,7 +819,8 @@ config :pleroma, :config_description, [
key: :report_strip_status,
label: "Report strip status",
type: :boolean,
- description: "Strip associated statuses in reports to ids when closed/resolved, otherwise keep a copy"
+ description:
+ "Strip associated statuses in reports to ids when closed/resolved, otherwise keep a copy"
},
%{
key: :safe_dm_mentions,