Skip to content
Snippets Groups Projects
Commit dc1b51e6 authored by ncteisen's avatar ncteisen
Browse files

clang fmt

parent 24e82076
No related branches found
No related tags found
No related merge requests found
...@@ -16,8 +16,8 @@ ...@@ -16,8 +16,8 @@
* *
*/ */
#include <iostream>
#include <fstream> #include <fstream>
#include <iostream>
#include <memory> #include <memory>
#include <set> #include <set>
...@@ -58,8 +58,7 @@ DEFINE_string(qps_server_target_override, "", ...@@ -58,8 +58,7 @@ DEFINE_string(qps_server_target_override, "",
"Override QPS server target to configure in client configs." "Override QPS server target to configure in client configs."
"Only applicable if there is a single benchmark server."); "Only applicable if there is a single benchmark server.");
DEFINE_string(json_file_out, "", DEFINE_string(json_file_out, "", "File to write the JSON output to.");
"File to write the JSON output to.");
namespace grpc { namespace grpc {
namespace testing { namespace testing {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment