StatementTests: Nitpicky code style fixes

This commit is contained in:
John Sundell 2018-09-06 08:41:50 +02:00
parent 88961141d4
commit 30b9300441

View File

@ -166,7 +166,7 @@ final class StatementTests: SyntaxHighlighterTestCase {
.plainText("()"), .plainText("()"),
.whitespace("\n"), .whitespace("\n"),
.plainText("}") .plainText("}")
]) ])
} }
func testForStatementWithStaticProperty() { func testForStatementWithStaticProperty() {
@ -208,7 +208,7 @@ final class StatementTests: SyntaxHighlighterTestCase {
.token("continue",.keyword), .token("continue",.keyword),
.whitespace(" "), .whitespace(" "),
.plainText("}") .plainText("}")
]) ])
} }
func testRepeatWhileStatement() { func testRepeatWhileStatement() {
@ -255,8 +255,7 @@ final class StatementTests: SyntaxHighlighterTestCase {
.plainText(">"), .plainText(">"),
.whitespace(" "), .whitespace(" "),
.token("1", .number) .token("1", .number)
]) ])
} }
func testAllTestsRunOnLinux() { func testAllTestsRunOnLinux() {