fix: uneven spacing between tables

related: issue #152
This commit is contained in:
ToruNiina
2021-03-29 17:48:03 +09:00
parent 5e3f8f9105
commit c121492071

View File

@@ -582,6 +582,7 @@ struct serializer
std::find(tmp.cbegin(), tmp.cend(), '\n') != tmp.cend()) std::find(tmp.cbegin(), tmp.cend(), '\n') != tmp.cend())
{ {
multiline_table_printed = true; multiline_table_printed = true;
tmp += '\n';
} }
else else
{ {