1
0
mirror of https://github.com/google/benchmark.git synced 2025-04-29 06:20:32 +08:00

Fix build issue with trailing comma

This commit is contained in:
Dominic Hamon 2015-03-12 22:00:33 -07:00
parent 2cb4428f3e
commit 229ac2f3e7

View File

@ -489,7 +489,7 @@ class ConsoleReporter : public BenchmarkReporter {
private:
enum Format {
FORMAT_TABLE,
FORMAT_CSV,
FORMAT_CSV
};
virtual void PrintRunData(const Run& report) const;