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
8310ea2aa5
commit
5481c3d431
1 changed files with 4 additions and 4 deletions
|
@ -66,10 +66,10 @@ module Spectator::Formatting
|
||||||
private def matcher_values(indent, expectation)
|
private def matcher_values(indent, expectation)
|
||||||
MatchDataValues.new(expectation.values).each do |pair|
|
MatchDataValues.new(expectation.values).each do |pair|
|
||||||
colored_pair = if expectation.satisfied?
|
colored_pair = if expectation.satisfied?
|
||||||
Color.success(pair)
|
Color.success(pair)
|
||||||
else
|
else
|
||||||
Color.failure(pair)
|
Color.failure(pair)
|
||||||
end
|
end
|
||||||
indent.line(colored_pair)
|
indent.line(colored_pair)
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue