Skip to content

Commit ea84c8a

Browse files
committed
formatting
1 parent 1dd2bc9 commit ea84c8a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Sources/protoc-gen-grpc-swift/Options.swift

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,8 @@ enum GenerationError: Error {
3535
case let .wrappedError(message, error):
3636
return "\(message): \(error.localizedDescription)"
3737
case .unsupportedV2:
38-
return "v2 isn't supported by this version of protoc-gen-grpc-swift, see https://github.com/grpc/grpc-swift-protobuf"
38+
return
39+
"v2 isn't supported by this version of protoc-gen-grpc-swift, see https://github.com/grpc/grpc-swift-protobuf"
3940
}
4041
}
4142
}

0 commit comments

Comments
 (0)