mirror of https://github.com/grpc/grpc-java.git
alts: remove empty line in the proto (#4979)
This commit is contained in:
parent
ade5c497f4
commit
c8712877a1
|
|
@ -48,4 +48,3 @@ message AltsContext {
|
||||||
// Additional attributes of the peer.
|
// Additional attributes of the peer.
|
||||||
map<string, string> peer_attributes = 7;
|
map<string, string> peer_attributes = 7;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -232,4 +232,3 @@ service HandshakerService {
|
||||||
returns (stream HandshakerResp) {
|
returns (stream HandshakerResp) {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -44,4 +44,3 @@ message RpcProtocolVersions {
|
||||||
// Minimum supported RPC version.
|
// Minimum supported RPC version.
|
||||||
Version min_rpc_version = 2;
|
Version min_rpc_version = 2;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue