summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorAlibek Omarov <a1ba.omarov@gmail.com>2021-12-27 03:12:32 +0300
committerAlibek Omarov <a1ba.omarov@gmail.com>2021-12-27 03:42:03 +0300
commitf02715c4b2bfe5b1f055e44d8fece2047d85b611 (patch)
tree640f69acdad34ea48d9473f409de3195dbda2c13 /config
parentf66675f349a6e6b8111280e1abd23871688f6179 (diff)
Fix lint errors
Diffstat (limited to 'config')
-rw-r--r--config/description.exs3
1 files changed, 2 insertions, 1 deletions
diff --git a/config/description.exs b/config/description.exs
index a8fbd4d73..ea3f34abe 100644
--- a/config/description.exs
+++ b/config/description.exs
@@ -945,7 +945,8 @@ config :pleroma, :config_description, [
%{
key: :privileged_staff,
type: :boolean,
- description: "Let moderators access sensitive data (e.g. updating user credentials, get password reset token, delete users, index and read private statuses and chats)"
+ description:
+ "Let moderators access sensitive data (e.g. updating user credentials, get password reset token, delete users, index and read private statuses and chats)"
}
]
},