commit | 8c065a7b22dfe803cd03be24ae3cabaefeb6d59d | [log] [tgz] |
---|---|---|
author | Sree Kuchibhotla <sreek@google.com> | Tue Apr 26 12:11:42 2016 -0700 |
committer | Sree Kuchibhotla <sreek@google.com> | Tue Apr 26 12:11:42 2016 -0700 |
tree | 3c7eea2a15e69c03a19e1c933ec44649d87ab79a | |
parent | fd59e4e5f93b803487fafa5572be36ba50b76c9d [diff] |
clang format
diff --git a/test/cpp/util/metrics_server.h b/test/cpp/util/metrics_server.h index b04879c..2caacad 100644 --- a/test/cpp/util/metrics_server.h +++ b/test/cpp/util/metrics_server.h
@@ -97,7 +97,7 @@ // 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);