From 8b80bf491fa69fe3671a5cc70dbcedf07f92a9c7 Mon Sep 17 00:00:00 2001 From: yangzhouhan Date: Fri, 7 Aug 2015 15:31:13 -0700 Subject: [PATCH] fix the space --- interop/client/client.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/interop/client/client.go b/interop/client/client.go index 1346de36..74cbad9c 100644 --- a/interop/client/client.go +++ b/interop/client/client.go @@ -69,8 +69,8 @@ var ( client_streaming : request streaming with single response; server_streaming : single request with response streaming; ping_pong : full-duplex streaming; - empty_stream : full-duplex streaming with zero message; - timeout_on_sleeping_server: fullduplex streaming; + empty_stream : full-duplex streaming with zero message; + timeout_on_sleeping_server: fullduplex streaming; compute_engine_creds: large_unary with compute engine auth; service_account_creds: large_unary with service account auth; cancel_after_begin: cancellation after metadata has been sent but before payloads are sent;