From 8d7d6d85b47016bb31598ce54e243fb491f6c71d Mon Sep 17 00:00:00 2001 From: Mark Felder Date: Thu, 18 Feb 2021 14:34:01 -0600 Subject: Format --- lib/pleroma/web/api_spec/operations/admin/config_operation.ex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/pleroma/web/api_spec/operations/admin/config_operation.ex b/lib/pleroma/web/api_spec/operations/admin/config_operation.ex index fc41dc8e2..201f92d4c 100644 --- a/lib/pleroma/web/api_spec/operations/admin/config_operation.ex +++ b/lib/pleroma/web/api_spec/operations/admin/config_operation.ex @@ -122,7 +122,7 @@ defmodule Pleroma.Web.ApiSpec.Admin.ConfigOperation do type: :object, properties: %{ label: %Schema{type: :string}, - path: %Schema{type: :string}, + path: %Schema{type: :string} } } }), -- cgit v1.2.3