Skip to content

Commit 8488a21

Browse files
authored
Merge pull request #632 from bnbarham/unified-pm-broken
Rename `_InstructionCounter`
2 parents 63c3925 + 481e155 commit 8488a21

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

Package.swift

+2-2
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ let package = Package(
4848
],
4949
targets: [
5050
.target(
51-
name: "_InstructionCounter"
51+
name: "_SwiftFormatInstructionCounter"
5252
),
5353

5454
.target(
@@ -113,7 +113,7 @@ let package = Package(
113113
.executableTarget(
114114
name: "swift-format",
115115
dependencies: [
116-
"_InstructionCounter",
116+
"_SwiftFormatInstructionCounter",
117117
"SwiftFormat",
118118
.product(name: "ArgumentParser", package: "swift-argument-parser"),
119119
.product(name: "SwiftSyntax", package: "swift-syntax"),

0 commit comments

Comments
 (0)