From c8712877a1e61bc6206c472848378c2d37c97a9f Mon Sep 17 00:00:00 2001 From: Jiangtao Li Date: Tue, 23 Oct 2018 10:49:15 -0700 Subject: [PATCH] alts: remove empty line in the proto (#4979) --- alts/src/main/proto/grpc/gcp/altscontext.proto | 1 - alts/src/main/proto/grpc/gcp/handshaker.proto | 1 - alts/src/main/proto/grpc/gcp/transport_security_common.proto | 1 - 3 files changed, 3 deletions(-) diff --git a/alts/src/main/proto/grpc/gcp/altscontext.proto b/alts/src/main/proto/grpc/gcp/altscontext.proto index 98ef21cacd..a6cceb1c30 100644 --- a/alts/src/main/proto/grpc/gcp/altscontext.proto +++ b/alts/src/main/proto/grpc/gcp/altscontext.proto @@ -48,4 +48,3 @@ message AltsContext { // Additional attributes of the peer. map peer_attributes = 7; } - diff --git a/alts/src/main/proto/grpc/gcp/handshaker.proto b/alts/src/main/proto/grpc/gcp/handshaker.proto index a29024ffce..1820dd26db 100644 --- a/alts/src/main/proto/grpc/gcp/handshaker.proto +++ b/alts/src/main/proto/grpc/gcp/handshaker.proto @@ -232,4 +232,3 @@ service HandshakerService { returns (stream HandshakerResp) { } } - diff --git a/alts/src/main/proto/grpc/gcp/transport_security_common.proto b/alts/src/main/proto/grpc/gcp/transport_security_common.proto index f328a51c54..8f01be79e3 100644 --- a/alts/src/main/proto/grpc/gcp/transport_security_common.proto +++ b/alts/src/main/proto/grpc/gcp/transport_security_common.proto @@ -44,4 +44,3 @@ message RpcProtocolVersions { // Minimum supported RPC version. Version min_rpc_version = 2; } -