Formatting

This commit is contained in:
Michael Miller 2021-01-30 12:07:45 -07:00
parent c5246e1cd3
commit fdc2a71dd5
No known key found for this signature in database
GPG key ID: FB9F12F7C646A4AD

View file

@ -45,7 +45,7 @@ module Spectator
# The node will be assigned to *group* if it is provided. # The node will be assigned to *group* if it is provided.
# A set of *tags* can be used for filtering and modifying example behavior. # A set of *tags* can be used for filtering and modifying example behavior.
def initialize(@name : Label = nil, @source : Source? = nil, 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. # Ensure group is linked.
group << self if group group << self if group
end end