aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/cpp/util/grpc_tool_test.cc
diff options
context:
space:
mode:
authorGravatar Nathan Herring <nherring@google.com>2018-08-01 13:08:03 +0200
committerGravatar Nathan Herring <nherring@google.com>2018-08-01 13:08:03 +0200
commit9ddb23442b62beeecb1f06921e76a850faa6ba40 (patch)
tree7a844746c9ce99282d08735076e400d14314c6b1 /test/cpp/util/grpc_tool_test.cc
parentab8b628b31c8c4b564c09dacac604025f9870463 (diff)
Clang format.
Diffstat (limited to 'test/cpp/util/grpc_tool_test.cc')
-rw-r--r--test/cpp/util/grpc_tool_test.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/cpp/util/grpc_tool_test.cc b/test/cpp/util/grpc_tool_test.cc
index 555f02af4b..3aae090e81 100644
--- a/test/cpp/util/grpc_tool_test.cc
+++ b/test/cpp/util/grpc_tool_test.cc
@@ -102,8 +102,8 @@ const int kServerDefaultResponseStreamsToSend = 3;
class TestCliCredentials final : public grpc::testing::CliCredentials {
public:
TestCliCredentials(bool secure = false) : secure_(secure) {}
- std::shared_ptr<grpc::ChannelCredentials> GetChannelCredentials() const
- override {
+ std::shared_ptr<grpc::ChannelCredentials> GetChannelCredentials()
+ const override {
if (!secure_) {
return InsecureChannelCredentials();
}