mirror of
https://gitea.invidious.io/iv-org/shard-spectator.git
synced 2024-08-15 00:53:35 +00:00
Fix dumb syntax
This commit is contained in:
parent
5d84536e1e
commit
d6c1169bc3
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ module Spectator::Matchers
|
||||||
match_data = matcher.match(element)
|
match_data = matcher.match(element)
|
||||||
break match_data unless match_data.matched?
|
break match_data unless match_data.matched?
|
||||||
end
|
end
|
||||||
found ? found : SuccessfulMatchData.new
|
found || SuccessfulMatchData.new
|
||||||
end
|
end
|
||||||
|
|
||||||
# Negated matching for this matcher is not supported.
|
# Negated matching for this matcher is not supported.
|
||||||
|
|
Loading…
Reference in a new issue