aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/cpp/qps/report.h
diff options
context:
space:
mode:
authorGravatar Jan Tattermusch <jtattermusch@google.com>2016-04-14 18:05:42 -0700
committerGravatar Jan Tattermusch <jtattermusch@google.com>2016-04-14 18:05:42 -0700
commit453442eefb742a7a9b4b87e434da5d135d4fa2f4 (patch)
tree085294c815c9dad2030fc5c87e68e5aed76d8c6c /test/cpp/qps/report.h
parent969ffaf5c61aeec0c52a721d64b39528da233fd3 (diff)
fix formatting
Diffstat (limited to 'test/cpp/qps/report.h')
-rw-r--r--test/cpp/qps/report.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/test/cpp/qps/report.h b/test/cpp/qps/report.h
index e32a129e76..8f04d84124 100644
--- a/test/cpp/qps/report.h
+++ b/test/cpp/qps/report.h
@@ -107,9 +107,8 @@ class GprLogReporter : public Reporter {
/** Dumps the report to a JSON file. */
class JsonReporter : public Reporter {
public:
- JsonReporter(const string& name, const string& report_file) :
- Reporter(name),
- report_file_(report_file) {}
+ JsonReporter(const string& name, const string& report_file)
+ : Reporter(name), report_file_(report_file) {}
private:
void ReportQPS(const ScenarioResult& result) GRPC_OVERRIDE;