Skip to content

Commit cc0af87

Browse files
authored
Format XCBuildSupport target (#8221)
Improve the formatting in there.
1 parent 1d637b3 commit cc0af87

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Package.swift

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -435,7 +435,10 @@ let package = Package(
435435
.target(
436436
/** Support for building using Xcode's build system */
437437
name: "XCBuildSupport",
438-
dependencies: ["SPMBuildCore", "PackageGraph"],
438+
dependencies: [
439+
"SPMBuildCore",
440+
"PackageGraph",
441+
],
439442
exclude: ["CMakeLists.txt"],
440443
swiftSettings: [
441444
.unsafeFlags(["-static"]),

0 commit comments

Comments
 (0)