Skip to content

Commit 08b7cdb

Browse files
Update CollectionSlice.cs
1 parent 4d13634 commit 08b7cdb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Code/TokenSystem/Slices/CollectionSlice.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ public record CollectionSliceInfo(char Start, char End, CollectionBrackets Type)
2121
[
2222
new('{', '}', CollectionBrackets.Curly),
2323
new('(', ')', CollectionBrackets.Round),
24-
new('"', '"', CollectionBrackets.Quotes),
24+
new('"', '"', CollectionBrackets.Quotes)
2525
];
2626

2727
public static readonly HashSet<char> CollectionStarters = CollectionSliceInfos

0 commit comments

Comments
 (0)