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:
parent
2cb4428f3e
commit
229ac2f3e7
@ -489,7 +489,7 @@ class ConsoleReporter : public BenchmarkReporter {
|
||||
private:
|
||||
enum Format {
|
||||
FORMAT_TABLE,
|
||||
FORMAT_CSV,
|
||||
FORMAT_CSV
|
||||
};
|
||||
|
||||
virtual void PrintRunData(const Run& report) const;
|
||||
|
Loading…
Reference in New Issue
Block a user