Remove whitespace

This commit is contained in:
Michael Miller 2021-01-16 16:52:41 -07:00
parent 13061cfb38
commit cd519178ac
No known key found for this signature in database
GPG key ID: FB9F12F7C646A4AD

View file

@ -118,7 +118,6 @@ module Spectator
add_around_each_hook(hook)
end
# Signals that the *around_each* event has occurred.
# All hooks associated with the event will be called.
def call_around_each(example : Example, &block : -> _) : Nil