Skip to content

Commit f0ac239

Browse files
committed
Formatting
1 parent 8bcf5c5 commit f0ac239

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Examples/echo-metadata/Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ let package = Package(
2121
name: "echo-metadata",
2222
platforms: [.macOS("15.0")],
2323
dependencies: [
24-
.package(url: "https://github.com/grpc/grpc-swift.git", exact: "2.0.0-rc.1"),
24+
.package(url: "https://github.com/grpc/grpc-swift.git", exact: "2.0.0-rc.1"),
2525
.package(url: "https://github.com/grpc/grpc-swift-protobuf.git", exact: "1.0.0-rc.1"),
2626
.package(url: "https://github.com/grpc/grpc-swift-nio-transport.git", exact: "1.0.0-rc.1"),
2727
.package(url: "https://github.com/apple/swift-argument-parser.git", from: "1.5.0"),

0 commit comments

Comments
 (0)