aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/cpp/end2end/thread_stress_test.cc
diff options
context:
space:
mode:
authorGravatar Vijay Pai <vpai@google.com>2016-11-04 10:02:31 -0700
committerGravatar Vijay Pai <vpai@google.com>2016-11-04 10:02:31 -0700
commit56540ba9f9207851691ae95c0a8d15ece72c1548 (patch)
treeb5690d7d169a4171477d8a4864624fd08850d62f /test/cpp/end2end/thread_stress_test.cc
parent1b87ddee0ae35c4470ef78d83f73767e5dcb7de0 (diff)
clang-format
Diffstat (limited to 'test/cpp/end2end/thread_stress_test.cc')
-rw-r--r--test/cpp/end2end/thread_stress_test.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/cpp/end2end/thread_stress_test.cc b/test/cpp/end2end/thread_stress_test.cc
index 5d1cbd9210..d353f9894b 100644
--- a/test/cpp/end2end/thread_stress_test.cc
+++ b/test/cpp/end2end/thread_stress_test.cc
@@ -244,7 +244,7 @@ class CommonStressTestAsyncServer
}
for (int i = 0; i < kNumAsyncServerThreads; i++) {
server_threads_.emplace_back(&CommonStressTestAsyncServer::ProcessRpcs,
- this);
+ this);
}
}
void TearDown() override {