Formatting

This commit is contained in:
Michael Miller 2019-01-31 13:55:36 -07:00
parent e2779822b5
commit 5c219195e1
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ module Spectator::Expectations
# The `partial` and the `matcher` arguments should reference
# the actual and expected result respectively.
def initialize(@matched : Bool, @negated : Bool,
@partial : ExpectationPartial, @matcher : Matchers::Matcher)
@partial : ExpectationPartial, @matcher : Matchers::Matcher)
end
# Indicates whether the expectation was satisifed.