aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/cpp/end2end/test_service_impl.h
diff options
context:
space:
mode:
authorGravatar Hope Casey-Allen <hcaseyal@google.com>2018-12-03 10:14:46 -0800
committerGravatar Hope Casey-Allen <hcaseyal@google.com>2018-12-03 10:14:46 -0800
commitc12aabc6a7d67e9f786125480ed6b17e25278c98 (patch)
treef575610b8b0ebaab1eb2897eb83262c98532e93a /test/cpp/end2end/test_service_impl.h
parent4a6e16532834bc8c80f248da27b6d1447563f939 (diff)
Clang format
Diffstat (limited to 'test/cpp/end2end/test_service_impl.h')
-rw-r--r--test/cpp/end2end/test_service_impl.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/cpp/end2end/test_service_impl.h b/test/cpp/end2end/test_service_impl.h
index 2c63aa4dab..ad0b230907 100644
--- a/test/cpp/end2end/test_service_impl.h
+++ b/test/cpp/end2end/test_service_impl.h
@@ -55,9 +55,9 @@ class TestServiceImpl : public ::grpc::testing::EchoTestService::Service {
Status Echo(ServerContext* context, const EchoRequest* request,
EchoResponse* response) override;
- Status CheckClientInitialMetadata(
- ServerContext* context, const SimpleRequest* request,
- SimpleResponse* response) override;
+ Status CheckClientInitialMetadata(ServerContext* context,
+ const SimpleRequest* request,
+ SimpleResponse* response) override;
// Unimplemented is left unimplemented to test the returned error.