From 32293af69f912882c0a6f48677b1d983ac1a2d9b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ricardo=20Monta=C3=B1ana?= Date: Mon, 23 Oct 2023 17:04:59 +0200 Subject: [PATCH] Fix header in manage --- src/Platform/ManageResults.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Platform/ManageResults.cc b/src/Platform/ManageResults.cc index a99b3b8..d44e960 100644 --- a/src/Platform/ManageResults.cc +++ b/src/Platform/ManageResults.cc @@ -50,7 +50,7 @@ namespace platform { } auto i = 0; int maxModel = results.maxModelSize(); - cout << Colors::GREEN() << " # Date " << setw(maxModel) << left << "Model" << " Score Name Score C / P Duration Title" << endl; + cout << Colors::GREEN() << " # Date " << setw(maxModel) << left << "Model" << " Score Name Score C/P Duration Title" << endl; cout << "=== ========== " << string(maxModel, '=') << " =========== =========== === ========= =============================================================" << endl; bool odd = true; for (auto& result : results) {