From 07ccfafd92febc002a4695776ad8d3a1fb7110c4 Mon Sep 17 00:00:00 2001 From: FloatingGhost Date: Mon, 19 Dec 2022 13:07:29 +0000 Subject: [PATCH] Mix format --- config/description.exs | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/config/description.exs b/config/description.exs index 5d7ea7d25..6b151a59f 100644 --- a/config/description.exs +++ b/config/description.exs @@ -3452,13 +3452,15 @@ config :pleroma, :config_description, [ %{ key: :command_argos_translate, type: :string, - description: "command for `argos-translate`. Can be the command if it's in your PATH, or the full path to the file.", + description: + "command for `argos-translate`. Can be the command if it's in your PATH, or the full path to the file.", suggestion: ["argos-translate"] }, %{ key: :command_argospm, type: :string, - description: "command for `argospm`. Can be the command if it's in your PATH, or the full path to the file.", + description: + "command for `argospm`. Can be the command if it's in your PATH, or the full path to the file.", suggestion: ["argospm"] }, %{