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 @@ -167,8 +167,7 @@ public struct WebAssemblyRecipe: SwiftSDKRecipe {
167
167
}
168
168
169
169
/// Merge the target Swift package into the Swift SDK bundle derived from the host Swift package.
170
- func mergeTargetSwift( from distributionPath: FilePath , generator: SwiftSDKGenerator ) async throws
171
- {
170
+ func mergeTargetSwift( from distributionPath: FilePath , generator: SwiftSDKGenerator ) async throws {
172
171
let pathsConfiguration = generator. pathsConfiguration
173
172
logger. info ( " Copying Swift core libraries for the target triple into Swift SDK bundle... " )
174
173
for (pathWithinPackage, pathWithinSwiftSDK, isOptional) in [
You can’t perform that action at this time.
0 commit comments