Skip to content

Commit e6041b3

Browse files
committed
Fix format
1 parent 69ec676 commit e6041b3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Sources/TOMLDecoder/Parsing/Parser.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1100,7 +1100,6 @@ extension Token {
11001100
var index = text.lowerBound
11011101
var endIndex = text.upperBound
11021102

1103-
11041103
if endIndex - index >= 3 && bytes[index] == CodeUnits.doubleQuote && bytes[index + 1] == CodeUnits.doubleQuote && bytes[index + 2] == CodeUnits.doubleQuote ||
11051104
endIndex - index >= 3 && bytes[index] == CodeUnits.singleQuote && bytes[index + 1] == CodeUnits.singleQuote && bytes[index + 2] == CodeUnits.singleQuote
11061105
{

0 commit comments

Comments
 (0)