Skip to content

Commit c6a57d3

Browse files
ntreldkorpel
andauthored
whitespace - Update spec/template.dd
Co-authored-by: Dennis <[email protected]>
1 parent 3207f22 commit c6a57d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/template.dd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -862,7 +862,7 @@ $(GNAME TemplateSequenceParameter):
862862

863863
void main()
864864
{
865-
print!(1,'a',6.8).f(); // prints: args are 1a6.8
865+
print!(1, 'a', 6.8).f(); // prints: args are 1a6.8
866866
}
867867
---
868868
)

0 commit comments

Comments
 (0)