Skip to content

Commit

Permalink
Fix indent
Browse files Browse the repository at this point in the history
  • Loading branch information
kntkymt committed Jan 8, 2024
1 parent fbad68a commit 004e3b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tests/TokenizerTest/TokensTest.swift
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ final class TokensTest: XCTestCase {
Token(kind: .reserved(.braceLeft), sourceIndex: 0),
Token(kind: .number("1"), sourceIndex: 1),
Token(kind: .reserved(.semicolon), sourceIndex: 2),
Token(kind: .reserved(.braceRight), sourceIndex: 3)
Token(kind: .reserved(.braceRight), sourceIndex: 3)
]
)
}
Expand Down

0 comments on commit 004e3b4

Please sign in to comment.