diff options
author | Craig Tiller <ctiller@google.com> | 2016-11-29 08:20:05 -0800 |
---|---|---|
committer | Craig Tiller <ctiller@google.com> | 2016-11-29 08:20:05 -0800 |
commit | e89e54f4b6251c7c1bead962a82a060a86b2dcfe (patch) | |
tree | 9769593e5f527f495e1e93f845b4118514e66ad8 /test/cpp/microbenchmarks/bm_fullstack.cc | |
parent | f9ed9d98cf43d6e23fb2dbf7a640e94b0ce133ad (diff) |
clang-format code
Diffstat (limited to 'test/cpp/microbenchmarks/bm_fullstack.cc')
-rw-r--r-- | test/cpp/microbenchmarks/bm_fullstack.cc | 4 |
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_; } |