Skip to content

Commit 97e7038

Browse files
cmcgee1024bripeticca
authored andcommitted
Format XCBuildSupport target (swiftlang#8221)
Improve the formatting in there.
1 parent d2cf508 commit 97e7038

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)