Skip to content

Commit 91b0580

Browse files
committed
Reformat sources
1 parent 8f6da7c commit 91b0580

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
@@ -562,7 +562,10 @@ var targets: [Target] = [
562562
.product(name: "SwiftToolsSupport-auto", package: "swift-tools-support-core"),
563563
// Depend on `SwiftCompilerPlugin` and `SwiftSyntaxMacros` so the modules are built before running tests and can
564564
// be used by test cases that test macros (see `SwiftPMTestProject.macroPackageManifest`)
565-
] + swiftSyntaxDependencies(["SwiftIfConfig", "SwiftParser", "SwiftSyntax", "SwiftCompilerPlugin", "SwiftSyntaxMacros"]),
565+
]
566+
+ swiftSyntaxDependencies([
567+
"SwiftIfConfig", "SwiftParser", "SwiftSyntax", "SwiftCompilerPlugin", "SwiftSyntaxMacros",
568+
]),
566569
swiftSettings: globalSwiftSettings
567570
),
568571

0 commit comments

Comments
 (0)