Skip to content

Commit e78d432

Browse files
committed
Package typo
1 parent 88089f1 commit e78d432

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ let package = Package(
1717
.package(name: "Introspect", url: "https://github.com/siteline/SwiftUI-Introspect.git", from: "0.1.2"),
1818
.package(url: "https://github.com/Amzd/SwizzleSwift", from: "1.0.0"),
1919
.package(url: "https://github.com/nalexn/ViewInspector", from: "0.6.0"),
20-
],0
20+
],
2121
targets: [
2222
.target(name: "ResponderChain", dependencies: ["Introspect", "SwizzleSwift"]),
2323
.testTarget(name: "ResponderChainTests", dependencies: ["ResponderChain", "ViewInspector"]),

0 commit comments

Comments
 (0)