From 5d23df84c9ba781258daefa50fd82b7fa9f220e8 Mon Sep 17 00:00:00 2001 From: FloatingGhost Date: Sun, 7 Aug 2022 20:49:56 +0100 Subject: [PATCH] Mix format --- lib/pleroma/web/api_spec/schemas/status.ex | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/pleroma/web/api_spec/schemas/status.ex b/lib/pleroma/web/api_spec/schemas/status.ex index dd4025555..c5d9119ef 100644 --- a/lib/pleroma/web/api_spec/schemas/status.ex +++ b/lib/pleroma/web/api_spec/schemas/status.ex @@ -159,7 +159,8 @@ defmodule Pleroma.Web.ApiSpec.Schemas.Status do conversation_id: %Schema{ type: :integer, deprecated: true, - description: "The ID of the AP context the status is associated with (if any); deprecated, please use `context` instead" + description: + "The ID of the AP context the status is associated with (if any); deprecated, please use `context` instead" }, direct_conversation_id: %Schema{ type: :integer,