mirror of
https://github.com/google/benchmark.git
synced 2024-11-25 22:47:20 +00:00
benchmark_runner.h: Remove superfluous semi colon (#1178)
Some downstream projects (e.g. V8) treat warnings as errors and cannot roll the latest changes.
This commit is contained in:
parent
e991355c02
commit
5b7518482c
|
@ -64,7 +64,7 @@ class BenchmarkRunner {
|
|||
|
||||
BenchmarkReporter::PerFamilyRunReports* GetReportsForFamily() const {
|
||||
return reports_for_family;
|
||||
};
|
||||
}
|
||||
|
||||
private:
|
||||
RunResults run_results;
|
||||
|
|
Loading…
Reference in a new issue