mirror of
https://github.com/yonaskolb/XcodeGen.git
synced 2026-03-18 20:02:25 +00:00
fix code format
This commit is contained in:
@@ -161,7 +161,7 @@ public class SchemeGenerator {
|
||||
}
|
||||
|
||||
let testTargets = scheme.test?.targets ?? []
|
||||
let testBuildTargets = testTargets.compactMap {
|
||||
let testBuildTargets = testTargets.map {
|
||||
Scheme.BuildTarget(target: $0.targetReference, buildTypes: BuildType.testOnly)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user