From fdc2a71dd57cab9612bb495889df59064fc3d38c Mon Sep 17 00:00:00 2001 From: Michael Miller Date: Sat, 30 Jan 2021 12:07:45 -0700 Subject: [PATCH] Formatting --- src/spectator/spec/node.cr | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/spectator/spec/node.cr b/src/spectator/spec/node.cr index 6459e62..bbd3214 100644 --- a/src/spectator/spec/node.cr +++ b/src/spectator/spec/node.cr @@ -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