ensure new line after describe_ast() (#1999)

This commit is contained in:
Alex Lam S.L
2017-05-25 02:32:36 +08:00
committed by GitHub
parent 7d3b941e6e
commit a277fe168d

View File

@@ -61,5 +61,5 @@ function describe_ast() {
}
};
doitem(AST_Node);
return out + "";
return out + "\n";
}