Unverified Commit 5b751848 by Michael Lippautz Committed by GitHub

benchmark_runner.h: Remove superfluous semi colon (#1178)

Some downstream projects (e.g. V8) treat warnings as errors and cannot roll the latest changes.
parent e991355c
...@@ -64,7 +64,7 @@ class BenchmarkRunner { ...@@ -64,7 +64,7 @@ class BenchmarkRunner {
BenchmarkReporter::PerFamilyRunReports* GetReportsForFamily() const { BenchmarkReporter::PerFamilyRunReports* GetReportsForFamily() const {
return reports_for_family; return reports_for_family;
}; }
private: private:
RunResults run_results; RunResults run_results;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment