Skip to content

Commit

Permalink
More clang format
Browse files Browse the repository at this point in the history
  • Loading branch information
Capstan committed Jul 21, 2018
1 parent 6f1604b commit 0fee91e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/cpp/util/cli_credentials.cc
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,8 @@ const grpc::string CliCredentials::GetCredentialUsage() const {
}

const grpc::string CliCredentials::GetSslTargetNameOverride() const {
bool use_tls = FLAGS_enable_ssl ||
(FLAGS_access_token.empty() && FLAGS_use_auth);
bool use_tls =
FLAGS_enable_ssl || (FLAGS_access_token.empty() && FLAGS_use_auth);
return use_tls ? FLAGS_ssl_target : "";
}

Expand Down

0 comments on commit 0fee91e

Please sign in to comment.