Skip to content

Commit c7a40c9

Browse files
committed
format
1 parent af21cea commit c7a40c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/XCBuildSupport/XcodeBuildSystem.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ public final class XcodeBuildSystem: SPMBuildCore.BuildSystem {
112112
}, stderr: { bytes in
113113
stderrBuffer.append(contentsOf: bytes)
114114
})
115-
115+
116116
let process = Process(arguments: arguments, outputRedirection: redirection)
117117
try process.launch()
118118
let result = try process.waitUntilExit()

0 commit comments

Comments
 (0)