Skip to content

Commit c9f88a0

Browse files
authored
Fix trailing whitespace in WebAssemblyRecipe.swift
1 parent 3cd575e commit c9f88a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/SwiftSDKGenerator/SwiftSDKRecipes/WebAssemblyRecipe.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ package struct WebAssemblyRecipe: SwiftSDKRecipe {
201201
)
202202

203203
try await generator.createSymlink(
204-
at: embeddedCompilerRTPath,
204+
at: embeddedCompilerRTPath,
205205
pointingTo: "../../../swift_static/clang/lib/wasi"
206206
)
207207

0 commit comments

Comments
 (0)