Remove space from header in b_list

This commit is contained in:
2024-02-16 09:46:22 +01:00
parent 581a8652cc
commit a1c7dbfea1

View File

@@ -30,7 +30,7 @@ int main(int argc, char** argv)
locale mylocale(std::cout.getloc(), new separated);
locale::global(mylocale);
std::cout.imbue(mylocale);
std::cout << Colors::GREEN() << " # Dataset Sampl. Feat. Cls. Balance" << std::endl;
std::cout << Colors::GREEN() << " # Dataset Sampl. Feat. Cls Balance" << std::endl;
std::string balanceBars = std::string(BALANCE_LENGTH, '=');
std::cout << "=== ============================== ====== ===== === " << balanceBars << std::endl;
bool odd = true;