mirror of
https://github.com/ToruNiina/toml11.git
synced 2025-09-17 00:38:08 +08:00
@@ -582,6 +582,7 @@ struct serializer
|
||||
std::find(tmp.cbegin(), tmp.cend(), '\n') != tmp.cend())
|
||||
{
|
||||
multiline_table_printed = true;
|
||||
tmp += '\n';
|
||||
}
|
||||
else
|
||||
{
|
||||
|
Reference in New Issue
Block a user