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
535dc6e923
commit
a56d6762c0
1 changed files with 2 additions and 2 deletions
|
@ -45,7 +45,7 @@ module Spectator::Matchers
|
||||||
private struct MatchData(ExpressionType) < MatchData
|
private struct MatchData(ExpressionType) < MatchData
|
||||||
# Creates the match data.
|
# Creates the match data.
|
||||||
def initialize(matched, @before : ExpressionType, @after : ExpressionType,
|
def initialize(matched, @before : ExpressionType, @after : ExpressionType,
|
||||||
@action_label : String, @expression_label : String)
|
@action_label : String, @expression_label : String)
|
||||||
super(matched)
|
super(matched)
|
||||||
end
|
end
|
||||||
|
|
||||||
|
@ -53,7 +53,7 @@ module Spectator::Matchers
|
||||||
def named_tuple
|
def named_tuple
|
||||||
{
|
{
|
||||||
before: @before,
|
before: @before,
|
||||||
after: @after
|
after: @after,
|
||||||
}
|
}
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue