Fix header in manage
This commit is contained in:
parent
858664be2d
commit
32293af69f
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user