summaryrefslogtreecommitdiff
path: root/config/description.exs
diff options
context:
space:
mode:
Diffstat (limited to 'config/description.exs')
-rw-r--r--config/description.exs4
1 files changed, 2 insertions, 2 deletions
diff --git a/config/description.exs b/config/description.exs
index 650b504c1..8eefa2ba1 100644
--- a/config/description.exs
+++ b/config/description.exs
@@ -217,7 +217,7 @@ config :pleroma, :config_description, [
%{
key: :enabled,
label: "Mailer Enabled",
- type: :boolean,
+ type: :boolean
},
%{
key: :adapter,
@@ -320,7 +320,7 @@ config :pleroma, :config_description, [
group: {:subgroup, Swoosh.Adapters.Sendmail},
key: :qmail,
label: "Qmail compat mode",
- type: :boolean,
+ type: :boolean
},
%{
group: {:subgroup, Swoosh.Adapters.Mandrill},