mirror of
https://github.com/google/benchmark.git
synced 2025-04-29 14:30:37 +08:00
Fix formatting
This commit is contained in:
parent
d13e4f74d0
commit
d378ac9477
@ -82,7 +82,7 @@ void ConsoleReporter::ReportRuns(const std::vector<Run>& reports) {
|
||||
})
|
||||
->iterations;
|
||||
auto cur_iterations_field_width = std::max(
|
||||
std::to_string(max_iterations).length(), iterations_field_width_);
|
||||
std::to_string(max_iterations).length(), iterations_field_width_);
|
||||
|
||||
for (const auto& run : reports) {
|
||||
// print the header:
|
||||
|
Loading…
Reference in New Issue
Block a user