aboutsummaryrefslogtreecommitdiffhomepage
path: root/test
diff options
context:
space:
mode:
authorGravatar ncteisen <ncteisen@gmail.com>2017-06-26 23:24:04 -0700
committerGravatar ncteisen <ncteisen@gmail.com>2017-06-26 23:24:50 -0700
commit81db061d2a0ea1ceb87126456929cb85cb2c8dba (patch)
tree111d43965f251b90def411269e1d1151225eed22 /test
parentf7fd97c5fe0669a1b2834a7472ef0a4b38592332 (diff)
Clang fmt and copyright sanity
Diffstat (limited to 'test')
-rw-r--r--test/cpp/qps/qps_json_driver.cc5
1 files changed, 2 insertions, 3 deletions
diff --git a/test/cpp/qps/qps_json_driver.cc b/test/cpp/qps/qps_json_driver.cc
index 762b2e0485..6c277e2b0d 100644
--- a/test/cpp/qps/qps_json_driver.cc
+++ b/test/cpp/qps/qps_json_driver.cc
@@ -31,8 +31,8 @@
*
*/
-#include <iostream>
#include <fstream>
+#include <iostream>
#include <memory>
#include <set>
@@ -73,8 +73,7 @@ DEFINE_string(qps_server_target_override, "",
"Override QPS server target to configure in client configs."
"Only applicable if there is a single benchmark server.");
-DEFINE_string(json_file_out, "",
- "File to write the JSON output to.");
+DEFINE_string(json_file_out, "", "File to write the JSON output to.");
namespace grpc {
namespace testing {