mirror of
https://gitea.invidious.io/iv-org/invidious-copy-2022-03-16.git
synced 2024-08-15 00:53:18 +00:00
Formatting
This commit is contained in:
parent
a715becca3
commit
349c1c456c
1 changed files with 2 additions and 5 deletions
|
@ -32,15 +32,12 @@ class InitialInnerTubeParseException < Exception
|
||||||
contents = %(\n\n<details>)
|
contents = %(\n\n<details>)
|
||||||
contents += %(\n<summary>InnerTube request metadata</summary>)
|
contents += %(\n<summary>InnerTube request metadata</summary>)
|
||||||
contents += %(\n<p>\n)
|
contents += %(\n<p>\n)
|
||||||
contents += %(\n \n```\n)
|
|
||||||
|
|
||||||
contents += %(Endpoint: `#{@endpoint}`\n)
|
contents += %(Endpoint: `#{@endpoint}`\n)
|
||||||
contents += %(\nClient config: ```json\n#{@client_config}\n```\n)
|
contents += %(\nClient config:\n\n```json\n#{@client_config}\n```\n)
|
||||||
contents += %(\nData: ```json\n#{@data}\n```\n)
|
contents += %(\nData:\n\n```json\n#{@data}\n```\n)
|
||||||
contents += %(\nStatus code: `#{@status_code}`\n)
|
contents += %(\nStatus code: `#{@status_code}`\n)
|
||||||
contents += %(MIME type: `#{@mime_type}`)
|
contents += %(MIME type: `#{@mime_type}`)
|
||||||
|
|
||||||
contents += %(\n```)
|
|
||||||
contents += %(\n</p>)
|
contents += %(\n</p>)
|
||||||
contents += %(\n</details>)
|
contents += %(\n</details>)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue