Fix some output mistakes in b_manage experiments list

This commit is contained in:
2024-04-17 11:35:43 +02:00
parent 42d61c6fc4
commit 7be95d889d
5 changed files with 7 additions and 7 deletions

View File

@@ -206,7 +206,7 @@ namespace platform {
//
int maxModel = results.maxModelSize();
int maxTitle = results.maxTitleSize();
std::vector<int> header_lengths = { 3, 10, maxModel, 10, 9, 12, 2, 3, 7, maxTitle };
std::vector<int> header_lengths = { 3, 10, maxModel, 11, 10, 12, 2, 3, 7, maxTitle };
std::cout << Colors::RESET();
std::string arrow_dn = Symbols::down_arrow + " ";
std::string arrow_up = Symbols::up_arrow + " ";