aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/cpp/util/metrics_server.h
diff options
context:
space:
mode:
authorGravatar Sree Kuchibhotla <sreek@google.com>2016-04-26 12:11:42 -0700
committerGravatar Sree Kuchibhotla <sreek@google.com>2016-04-26 12:11:42 -0700
commit8c065a7b22dfe803cd03be24ae3cabaefeb6d59d (patch)
tree3c7eea2a15e69c03a19e1c933ec44649d87ab79a /test/cpp/util/metrics_server.h
parentfd59e4e5f93b803487fafa5572be36ba50b76c9d (diff)
clang format
Diffstat (limited to 'test/cpp/util/metrics_server.h')
-rw-r--r--test/cpp/util/metrics_server.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/cpp/util/metrics_server.h b/test/cpp/util/metrics_server.h
index b04879c5e6..2caacad5f3 100644
--- a/test/cpp/util/metrics_server.h
+++ b/test/cpp/util/metrics_server.h
@@ -97,7 +97,7 @@ class MetricsServiceImpl GRPC_FINAL : public MetricsService::Service {
// NOTE: CreateQpsGauge can be called anytime (i.e before or after calling
// StartServer).
std::shared_ptr<QpsGauge> CreateQpsGauge(const grpc::string& name,
- bool* already_present);
+ bool* already_present);
std::unique_ptr<grpc::Server> StartServer(int port);