Skip to content

Commit

Permalink
fix: uneven spacing between tables
Browse files Browse the repository at this point in the history
related: issue #152
  • Loading branch information
ToruNiina committed Mar 29, 2021
1 parent 5e3f8f9 commit c121492
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions toml/serializer.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -582,6 +582,7 @@ struct serializer
std::find(tmp.cbegin(), tmp.cend(), '\n') != tmp.cend())
{
multiline_table_printed = true;
tmp += '\n';
}
else
{
Expand Down

0 comments on commit c121492

Please sign in to comment.