From 752b18ade2c23ceed2be13319525175bcf69dbee Mon Sep 17 00:00:00 2001 From: Aaron McTavish Date: Fri, 8 Jan 2016 12:36:17 +0000 Subject: [PATCH] Remove unnecessary whitespace --- Source/SwiftLintFrameworkTests/StringRuleTests.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/SwiftLintFrameworkTests/StringRuleTests.swift b/Source/SwiftLintFrameworkTests/StringRuleTests.swift index 3ccecaa87..d71afc262 100644 --- a/Source/SwiftLintFrameworkTests/StringRuleTests.swift +++ b/Source/SwiftLintFrameworkTests/StringRuleTests.swift @@ -109,7 +109,7 @@ class StringRuleTests: XCTestCase { func testLegacyConstructor() { verifyRule(LegacyConstructorRule.description) } - + func testConditionalBindingCascade() { verifyRule(ConditionalBindingCascadeRule.description) }