Skip to content

Commit c6e29bc

Browse files
committed
format
1 parent b4b3f20 commit c6e29bc

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
@@ -20,7 +20,7 @@ let package = Package(
2020
// Dependencies declare other packages that this package depends on.
2121
// .package(url: /* package url */, from: "1.0.0"),
2222
.package(name: "LiveKit", url: "https://github.com/livekit/client-sdk-swift.git", .exact("1.0.13")),
23-
.package(url: "https://github.com/apple/swift-docc-plugin.git", from: "1.3.0"),
23+
.package(url: "https://github.com/apple/swift-docc-plugin.git", from: "1.3.0")
2424
],
2525
targets: [
2626
// Targets are the basic building blocks of a package. A target can define a module or a test suite.

0 commit comments

Comments
 (0)