From 56540ba9f9207851691ae95c0a8d15ece72c1548 Mon Sep 17 00:00:00 2001 From: Vijay Pai Date: Fri, 4 Nov 2016 10:02:31 -0700 Subject: clang-format --- test/cpp/end2end/thread_stress_test.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/cpp/end2end/thread_stress_test.cc') 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 { -- cgit v1.2.3