diff options
author | yang-g <yangg@google.com> | 2016-02-08 13:44:48 -0800 |
---|---|---|
committer | yang-g <yangg@google.com> | 2016-02-08 13:44:48 -0800 |
commit | 5e67246f8414ed69ee48e24d7112f92289935edc (patch) | |
tree | e68c3ca5570c940de42176069313b9dd0259506f | |
parent | 46d22d5fa705042dd2910614e49c6dcae90a15fd (diff) |
that clang-format
-rw-r--r-- | test/cpp/end2end/thread_stress_test.cc | 2 |
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 4c7caa9b87..89b8883982 100644 --- a/test/cpp/end2end/thread_stress_test.cc +++ b/test/cpp/end2end/thread_stress_test.cc @@ -56,7 +56,7 @@ using grpc::testing::EchoResponse; using std::chrono::system_clock; const int kNumThreads = 100; // Number of threads -const int kNumRpcs = 1000; // Number of RPCs per thread +const int kNumRpcs = 1000; // Number of RPCs per thread namespace grpc { namespace testing { |