File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
Sources/SwiftSDKGenerator/SwiftSDKRecipes Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 11
11
"lineBreakBeforeControlFlowKeywords" : false,
12
12
"lineBreakBeforeEachArgument" : true,
13
13
"lineBreakBeforeEachGenericRequirement" : false,
14
- "lineLength" : 100 ,
14
+ "lineLength" : 120 ,
15
15
"maximumBlankLines" : 1,
16
16
"multiElementCollectionTrailingCommas" : true,
17
17
"noAssignmentInExpressions" : {
Original file line number Diff line number Diff line change @@ -202,8 +202,7 @@ package struct WebAssemblyRecipe: SwiftSDKRecipe {
202
202
}
203
203
204
204
/// Merge the target Swift package into the Swift SDK bundle derived from the host Swift package.
205
- func mergeTargetSwift( from distributionPath: FilePath , generator: SwiftSDKGenerator ) async throws
206
- {
205
+ func mergeTargetSwift( from distributionPath: FilePath , generator: SwiftSDKGenerator ) async throws {
207
206
let pathsConfiguration = generator. pathsConfiguration
208
207
logger. info ( " Copying Swift core libraries for the target triple into Swift SDK bundle... " )
209
208
for (pathWithinPackage, pathWithinSwiftSDK, isOptional) in [
You can’t perform that action at this time.
0 commit comments