Skip to content

Commit 5f87752

Browse files
authored
Merge branch 'main' into maxd/embedded-wasi
2 parents 02aee6e + 19deeb1 commit 5f87752

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.swift-format

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"lineBreakBeforeControlFlowKeywords" : false,
1212
"lineBreakBeforeEachArgument" : true,
1313
"lineBreakBeforeEachGenericRequirement" : false,
14-
"lineLength" : 100,
14+
"lineLength" : 120,
1515
"maximumBlankLines" : 1,
1616
"multiElementCollectionTrailingCommas" : true,
1717
"noAssignmentInExpressions" : {

Sources/SwiftSDKGenerator/SwiftSDKRecipes/WebAssemblyRecipe.swift

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -202,8 +202,7 @@ package struct WebAssemblyRecipe: SwiftSDKRecipe {
202202
}
203203

204204
/// 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 {
207206
let pathsConfiguration = generator.pathsConfiguration
208207
logger.info("Copying Swift core libraries for the target triple into Swift SDK bundle...")
209208
for (pathWithinPackage, pathWithinSwiftSDK, isOptional) in [

0 commit comments

Comments
 (0)