Formatting

This commit is contained in:
Michael Miller 2021-07-17 16:55:43 -06:00
parent 2b37d34f26
commit 0c4379c731
No known key found for this signature in database
GPG key ID: FB9F12F7C646A4AD

View file

@ -18,7 +18,7 @@ module Spectator
# A *reason* for the skip/pending result can be specified.
# If the pending result was triggered inside of an example, then *location* can be set.
def initialize(@reason = DEFAULT_REASON, @location = nil,
elapsed = Time::Span::ZERO, expectations = [] of Expectation)
elapsed = Time::Span::ZERO, expectations = [] of Expectation)
super(elapsed, expectations)
end