Skip to content

Commit 310fda8

Browse files
committed
Remove SwiftFormat as a dependency.
1 parent 916f152 commit 310fda8

File tree

2 files changed

+1
-11
lines changed

2 files changed

+1
-11
lines changed

Package.resolved

Lines changed: 1 addition & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Package.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@ let package = Package(
4444
.package(url: "https://github.com/apple/swift-log.git", from: "1.0.0"),
4545
.package(url: "https://github.com/apple/swift-metrics.git", "1.0.0" ..< "3.0.0"),
4646
.package(url: "https://github.com/JohnSundell/CollectionConcurrencyKit", from: "0.2.0"),
47-
.package(url: "https://github.com/nicklockwood/SwiftFormat", from: "0.53.9"),
4847
.package(url: "https://github.com/apple/swift-syntax", from: "601.0.0"),
4948
],
5049
targets: [

0 commit comments

Comments
 (0)