diff --git a/test/cpp/qps/qps_json_driver.cc b/test/cpp/qps/qps_json_driver.cc
index 6fcdaeb9741d3208231ecf2a3447c7d844c86650..590c22ec29ff005dc7f10a09f60db0b9f14dc717 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 {