1
0
mirror of https://github.com/google/benchmark.git synced 2025-04-29 14:30:37 +08:00

Fix formatting

This commit is contained in:
Andreas Abel 2023-09-18 17:43:23 +02:00
parent d13e4f74d0
commit d378ac9477

View File

@ -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: