From 187effae29997c211b87ba7d2885023eab8cb935 Mon Sep 17 00:00:00 2001 From: John Sundell Date: Tue, 28 Aug 2018 13:22:19 +0200 Subject: [PATCH] DeclarationTests: Nitpicky code style fixes --- Tests/SplashTests/Tests/DeclarationTests.swift | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Tests/SplashTests/Tests/DeclarationTests.swift b/Tests/SplashTests/Tests/DeclarationTests.swift index aee04e9..bf1c646 100644 --- a/Tests/SplashTests/Tests/DeclarationTests.swift +++ b/Tests/SplashTests/Tests/DeclarationTests.swift @@ -491,8 +491,7 @@ final class DeclarationTests: SyntaxHighlighterTestCase { .plainText("{}"), .whitespace(" "), .plainText("}") - ]) - + ]) } func testAllTestsRunOnLinux() {