From dc1b51e6b380ecea72622aca9c6677dfab556a13 Mon Sep 17 00:00:00 2001
From: ncteisen <ncteisen@gmail.com>
Date: Mon, 19 Jun 2017 09:00:25 -0700
Subject: [PATCH] clang fmt

---
 test/cpp/qps/qps_json_driver.cc | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/test/cpp/qps/qps_json_driver.cc b/test/cpp/qps/qps_json_driver.cc
index 6fcdaeb974..590c22ec29 100644
--- a/test/cpp/qps/qps_json_driver.cc
+++ b/test/cpp/qps/qps_json_driver.cc
@@ -16,8 +16,8 @@
  *
  */
 
-#include <iostream>
 #include <fstream>
+#include <iostream>
 #include <memory>
 #include <set>
 
@@ -58,8 +58,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 {
-- 
GitLab