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