mix format

This commit is contained in:
Alex Gleason 2022-01-22 22:57:42 -06:00 committed by tusooa
parent cbd1760efa
commit 9600973917
No known key found for this signature in database
GPG Key ID: 42AEC43D48433C51
1 changed files with 1 additions and 1 deletions

View File

@ -586,7 +586,7 @@ defp create_request do
nullable: true, nullable: true,
allOf: [FlakeID], allOf: [FlakeID],
description: "ID of the status being quoted, if any" description: "ID of the status being quoted, if any"
}, }
}, },
example: %{ example: %{
"status" => "What time is it?", "status" => "What time is it?",