mirror of
https://gitea.invidious.io/iv-org/shard-spectator.git
synced 2024-08-15 00:53:35 +00:00
Dumb whitespace
This commit is contained in:
parent
835fa40773
commit
98ba607583
1 changed files with 1 additions and 1 deletions
|
@ -58,7 +58,7 @@ module Spectator::Formatting
|
||||||
def example_pending(_notification)
|
def example_pending(_notification)
|
||||||
@json.field("status", "pending")
|
@json.field("status", "pending")
|
||||||
@json.field("pending_message", "Not implemented") # TODO: Fetch pending message from result.
|
@json.field("pending_message", "Not implemented") # TODO: Fetch pending message from result.
|
||||||
@json.end_object # End example object.
|
@json.end_object # End example object.
|
||||||
end
|
end
|
||||||
|
|
||||||
# Adds failure-specific fields to an example object and closes it.
|
# Adds failure-specific fields to an example object and closes it.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue