From ba0c9d6924865aa87ede95318d54e4b6279b8e74 Mon Sep 17 00:00:00 2001 From: yihuaz Date: Mon, 25 May 2020 15:07:27 -0700 Subject: [PATCH] fix clang-format issue --- test/cpp/util/cli_credentials.cc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test/cpp/util/cli_credentials.cc b/test/cpp/util/cli_credentials.cc index 0c8414b3c7c..207bef13825 100644 --- a/test/cpp/util/cli_credentials.cc +++ b/test/cpp/util/cli_credentials.cc @@ -229,7 +229,8 @@ const grpc::string CliCredentials::GetCredentialUsage() const { " --ssl_client_cert ; Client cert for ssl\n" " --ssl_client_key ; Client private key for ssl\n" " --local_connect_type ; Set to local_tcp or uds\n" - " --channel_creds_type ; Set to insecure, ssl, gdc, alts, or local\n" + " --channel_creds_type ; Set to insecure, ssl, gdc, alts, or " + "local\n" " --call_creds ; Set to none, or" " access_token=\n"; }