ensure new line after describe_ast() (#1999)
This commit is contained in:
parent
7d3b941e6e
commit
a277fe168d
|
|
@ -61,5 +61,5 @@ function describe_ast() {
|
|||
}
|
||||
};
|
||||
doitem(AST_Node);
|
||||
return out + "";
|
||||
return out + "\n";
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user