Dumb whitespace

This commit is contained in:
Michael Miller 2021-06-02 23:37:01 -06:00
parent 835fa40773
commit 98ba607583
No known key found for this signature in database
GPG key ID: F9A0C5C65B162436

View file

@ -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.