Skip to content

Commit a08d383

Browse files
authored
Merge pull request #959 from compnerd/space-out
Tests: remove stray space (NFC)
2 parents c29ba31 + 442659d commit a08d383

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)