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:
Michael Lippautz 2021-06-15 14:28:55 +02:00 committed by GitHub
parent e991355c02
commit 5b7518482c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -64,7 +64,7 @@ class BenchmarkRunner {
BenchmarkReporter::PerFamilyRunReports* GetReportsForFamily() const {
return reports_for_family;
};
}
private:
RunResults run_results;