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
c5246e1cd3
commit
fdc2a71dd5
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ module Spectator
|
|||
# The node will be assigned to *group* if it is provided.
|
||||
# A set of *tags* can be used for filtering and modifying example behavior.
|
||||
def initialize(@name : Label = nil, @source : Source? = nil,
|
||||
group : ExampleGroup? = nil, @tags : Tags = Tags.new)
|
||||
group : ExampleGroup? = nil, @tags : Tags = Tags.new)
|
||||
# Ensure group is linked.
|
||||
group << self if group
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue