left a bit behind by mistake
diff --git a/src/console_reporter.cc b/src/console_reporter.cc index 3e3bd02..35c3de2 100644 --- a/src/console_reporter.cc +++ b/src/console_reporter.cc
@@ -161,7 +161,7 @@ big_o.c_str(), cpu_time, big_o.c_str()); } else if (result.report_rms) { printer(Out, COLOR_YELLOW, "%10.0f %-4s %10.0f %-4s ", real_time * 100, "%", - "%", cpu_time * 100, "%"); + cpu_time * 100, "%"); } else if (result.run_type != Run::RT_Aggregate || result.aggregate_unit == StatisticUnit::kTime) { const char* timeLabel = GetTimeUnitString(result.time_unit);