Formatting

This commit is contained in:
syeopite 2021-11-14 09:37:42 -08:00
parent a715becca3
commit 349c1c456c
No known key found for this signature in database
GPG Key ID: 6FA616E5A5294A82
1 changed files with 2 additions and 5 deletions

View File

@ -32,15 +32,12 @@ class InitialInnerTubeParseException < Exception
contents = %(\n\n<details>)
contents += %(\n<summary>InnerTube request metadata</summary>)
contents += %(\n<p>\n)
contents += %(\n \n```\n)
contents += %(Endpoint: `#{@endpoint}`\n)
contents += %(\nClient config: ```json\n#{@client_config}\n```\n)
contents += %(\nData: ```json\n#{@data}\n```\n)
contents += %(\nClient config:\n\n```json\n#{@client_config}\n```\n)
contents += %(\nData:\n\n```json\n#{@data}\n```\n)
contents += %(\nStatus code: `#{@status_code}`\n)
contents += %(MIME type: `#{@mime_type}`)
contents += %(\n```)
contents += %(\n</p>)
contents += %(\n</details>)