Skip to content

Commit 442659d

Browse files
committed
Tests: remove stray space (NFC)
This removes a stray space which was noticed while working on the windows test suite coverage.
1 parent c29ba31 commit 442659d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/IncrementalImportTests/HideAndShowFuncInStructAndExtensionTest.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ fileprivate extension Array where Element == Change {
180180
let eol = "\n"
181181
#endif
182182

183-
let specOrGen = Change.allCases .map {
183+
let specOrGen = Change.allCases.map {
184184
contains($0) ? "specific" : "general"
185185
}
186186
let output = zip(specOrGen, Change.allLociOfExposure)

0 commit comments

Comments
 (0)