mirror of
https://gitea.invidious.io/iv-org/shard-spectator.git
synced 2024-08-15 00:53:35 +00:00
Formatting
This commit is contained in:
parent
e2779822b5
commit
5c219195e1
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue