diff options
author | Vijay Pai <vpai@google.com> | 2016-01-26 12:42:48 -0800 |
---|---|---|
committer | Vijay Pai <vpai@google.com> | 2016-01-26 12:42:48 -0800 |
commit | 57ecf766ab4137ad0265ccbc95b8610929af9808 (patch) | |
tree | 933ff44ce56544d3f46966acbf81f8093699fa17 /test | |
parent | 58da895a8ceecd5997b32aba5ca43007a958e606 (diff) |
clang-format
Diffstat (limited to 'test')
-rw-r--r-- | test/cpp/qps/qps_driver.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/cpp/qps/qps_driver.cc b/test/cpp/qps/qps_driver.cc index 620e874c14..e3e7cb296b 100644 --- a/test/cpp/qps/qps_driver.cc +++ b/test/cpp/qps/qps_driver.cc @@ -153,7 +153,7 @@ static void QpsDriver() { ServerConfig server_config; server_config.set_server_type(server_type); - server_config.set_host("::"); // Use the wildcard server address + server_config.set_host("::"); // Use the wildcard server address server_config.set_async_server_threads(FLAGS_async_server_threads); if (FLAGS_secure_test) { |