We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1dd2bc9 commit ea84c8aCopy full SHA for ea84c8a
Sources/protoc-gen-grpc-swift/Options.swift
@@ -35,7 +35,8 @@ enum GenerationError: Error {
35
case let .wrappedError(message, error):
36
return "\(message): \(error.localizedDescription)"
37
case .unsupportedV2:
38
- return "v2 isn't supported by this version of protoc-gen-grpc-swift, see https://github.com/grpc/grpc-swift-protobuf"
+ return
39
+ "v2 isn't supported by this version of protoc-gen-grpc-swift, see https://github.com/grpc/grpc-swift-protobuf"
40
}
41
42
0 commit comments