Fixed map/comment/seq emitting
This commit is contained in:
parent
1ab9469f10
commit
52813050d2
@ -567,7 +567,7 @@ namespace YAML
|
||||
if(child == EmitterNodeType::None)
|
||||
return;
|
||||
|
||||
if(!m_pState->HasBegunNode()) {
|
||||
if(!m_pState->HasBegunContent()) {
|
||||
if(childCount > 0) {
|
||||
m_stream << "\n";
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user