From 19ccdc87628eaf8730b6794c489c02458573834d Mon Sep 17 00:00:00 2001 From: FloatingGhost Date: Thu, 11 Aug 2022 19:21:50 +0100 Subject: [PATCH] mix format --- config/description.exs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/config/description.exs b/config/description.exs index 176cae58b..a44ab2432 100644 --- a/config/description.exs +++ b/config/description.exs @@ -1448,7 +1448,8 @@ config :pleroma, :config_description, [ %{ key: :background_color, type: :string, - description: "Describe the background color of the app - this is only used for mastodon-fe", + description: + "Describe the background color of the app - this is only used for mastodon-fe", suggestions: ["#191b22", "aliceblue"] } ]