fix pretty print
This commit is contained in:
parent
97dd517ca2
commit
d2635d0f8b
1 changed files with 1 additions and 0 deletions
|
|
@ -498,6 +498,7 @@ namespace fc
|
|||
if( !first ) {
|
||||
for( int i = 0; i < level*indent; ++i ) ss<<' ';
|
||||
}
|
||||
first = false;
|
||||
ss<<v[i];
|
||||
break;
|
||||
} else {
|
||||
|
|
|
|||
Loading…
Reference in a new issue