aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/cpp/microbenchmarks/bm_fullstack.cc
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2016-11-29 08:20:05 -0800
committerGravatar Craig Tiller <ctiller@google.com>2016-11-29 08:20:05 -0800
commite89e54f4b6251c7c1bead962a82a060a86b2dcfe (patch)
tree9769593e5f527f495e1e93f845b4118514e66ad8 /test/cpp/microbenchmarks/bm_fullstack.cc
parentf9ed9d98cf43d6e23fb2dbf7a640e94b0ce133ad (diff)
clang-format code
Diffstat (limited to 'test/cpp/microbenchmarks/bm_fullstack.cc')
-rw-r--r--test/cpp/microbenchmarks/bm_fullstack.cc4
1 files changed, 1 insertions, 3 deletions
diff --git a/test/cpp/microbenchmarks/bm_fullstack.cc b/test/cpp/microbenchmarks/bm_fullstack.cc
index bc6038d3ec..559e66cdd7 100644
--- a/test/cpp/microbenchmarks/bm_fullstack.cc
+++ b/test/cpp/microbenchmarks/bm_fullstack.cc
@@ -71,9 +71,7 @@ static class InitializeStuff {
rq_ = grpc_resource_quota_create("bm");
}
- ~InitializeStuff() {
- init_lib_.shutdown();
- }
+ ~InitializeStuff() { init_lib_.shutdown(); }
grpc_resource_quota* rq() { return rq_; }