aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/cpp/server/health/default_health_check_service.cc
diff options
context:
space:
mode:
authorGravatar Mark D. Roth <roth@google.com>2018-10-15 14:57:20 -0700
committerGravatar Mark D. Roth <roth@google.com>2018-10-15 14:57:20 -0700
commita424d96997537ee38ddff153ad7166ac604db7a5 (patch)
treef2ec5d7b28d24fd672c3ac5d7c1e59ed80455f0a /src/cpp/server/health/default_health_check_service.cc
parentf4e65787b6a28345162811a7f1d1caafcf289a33 (diff)
clang-format
Diffstat (limited to 'src/cpp/server/health/default_health_check_service.cc')
-rw-r--r--src/cpp/server/health/default_health_check_service.cc5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/cpp/server/health/default_health_check_service.cc b/src/cpp/server/health/default_health_check_service.cc
index 4c60531090..d7e1356bde 100644
--- a/src/cpp/server/health/default_health_check_service.cc
+++ b/src/cpp/server/health/default_health_check_service.cc
@@ -354,10 +354,7 @@ DefaultHealthCheckService::HealthCheckServiceImpl::WatchCallHandler::
WatchCallHandler(ServerCompletionQueue* cq,
DefaultHealthCheckService* database,
HealthCheckServiceImpl* service)
- : cq_(cq),
- database_(database),
- service_(service),
- stream_(&ctx_) {}
+ : cq_(cq), database_(database), service_(service), stream_(&ctx_) {}
void DefaultHealthCheckService::HealthCheckServiceImpl::WatchCallHandler::
OnCallReceived(std::shared_ptr<CallHandler> self, bool ok) {