Fix header in manage

This commit is contained in:
Ricardo Montañana Gómez 2023-10-23 17:04:59 +02:00
parent 858664be2d
commit 32293af69f
Signed by: rmontanana
GPG Key ID: 46064262FD9A7ADE

View File

@ -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) {