fix missing +

v1
Brett 2023-03-03 10:42:38 -05:00
parent 8592ad6d92
commit b6cf11505b
1 changed files with 1 additions and 0 deletions

View File

@ -113,6 +113,7 @@ std::string blt::string::TableFormatter::generateSeparator(size_t size) {
} else
wholeWidthSeparator += "-";
}
wholeWidthSeparator += "+";
return wholeWidthSeparator;
}