Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
viktorerlingsson committed May 23, 2024
1 parent 608c471 commit e824d65
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion spec/stream_queue_spec.cr
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ module StreamQueueSpecHelpers
def self.offset_from_headers(headers)
if headers
headers["x-stream-offset"].as(Int64)
else fail("No headers found")
else
fail("No headers found")
end
end
end
Expand Down

0 comments on commit e824d65

Please sign in to comment.