Skip to content

Commit 69fa079

Browse files
committed
Update tools/generators/xcschemes/src/Generator/Generator.swift
Signed-off-by: Lucas Romano <[email protected]>
1 parent 9f0f403 commit 69fa079

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

tools/generators/xcschemes/src/Generator/Generator.swift

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,11 @@ struct Generator {
5757
targets: targets,
5858
targetsByID: targetsByID,
5959
targetsByKey: targetsByKey,
60-
testOptions: .init(appLanguage: autogenerationConfigArguments.appLanguage,
61-
appRegion: autogenerationConfigArguments.appRegion,
62-
codeCoverage: autogenerationConfigArguments.codeCoverage)
60+
testOptions: .init(
61+
appLanguage: autogenerationConfigArguments.appLanguage,
62+
appRegion: autogenerationConfigArguments.appRegion,
63+
codeCoverage: autogenerationConfigArguments.codeCoverage
64+
)
6365
)
6466

6567
let filteredAutomaticSchemeInfos = try automaticSchemeInfos.filter { scheme in

0 commit comments

Comments
 (0)