From b5cdad9f32f8d2e161908a5978fd64e75102f0c2 Mon Sep 17 00:00:00 2001 From: Rob Rix Date: Fri, 18 Sep 2015 15:43:04 -0400 Subject: [PATCH] Remove a bogus space. --- prototype/DoubtTests/SwiftTests.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/prototype/DoubtTests/SwiftTests.swift b/prototype/DoubtTests/SwiftTests.swift index 21dece0b0..d1c9b1bbc 100644 --- a/prototype/DoubtTests/SwiftTests.swift +++ b/prototype/DoubtTests/SwiftTests.swift @@ -8,7 +8,7 @@ final class SwiftTests: XCTestCase { } func testQuotedMatchesQuotedStrings() { - XCTAssertEqual(full (Swift.Parsers.quoted)("'value'"), "'value'") + XCTAssertEqual(full(Swift.Parsers.quoted)("'value'"), "'value'") } }