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
1 changed files with 1 additions and 1 deletions

View File

@ -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