fix missing +
parent
8592ad6d92
commit
b6cf11505b
|
@ -113,6 +113,7 @@ std::string blt::string::TableFormatter::generateSeparator(size_t size) {
|
|||
} else
|
||||
wholeWidthSeparator += "-";
|
||||
}
|
||||
wholeWidthSeparator += "+";
|
||||
return wholeWidthSeparator;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue