mirror of
https://github.com/ToruNiina/toml11.git
synced 2025-09-18 02:08:09 +08:00
@@ -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
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user