Skip to content

Commit 971386a

Browse files
author
David Ungar
committed
rm a space
1 parent 0979e9a commit 971386a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/SwiftDriverTests/IncrementalCompilationTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -369,7 +369,7 @@ final class IncrementalCompilationTests: XCTestCase {
369369
/// Ensure that the mod date of the input comes back exactly the same via the build-record.
370370
/// Otherwise the up-to-date calculation in `IncrementalCompilationState` will fail.
371371
func testBuildRecordDateAccuracy() throws {
372-
(1...10) .forEach { n in
372+
(1...10).forEach { n in
373373
tryInitial(false)
374374
tryNoChange(true)
375375
}

0 commit comments

Comments
 (0)