fix(cli): remove extra newline with --cst
Makes CST output consistent with other formats.
This commit is contained in:
parent
2f33a37dff
commit
f05e57e2fc
1 changed files with 0 additions and 1 deletions
|
|
@ -515,7 +515,6 @@ pub fn parse_file_at_path(
|
|||
|
||||
if opts.output == ParseOutput::Cst {
|
||||
render_cst(&source_code, &tree, &mut cursor, opts, &mut stdout)?;
|
||||
println!();
|
||||
}
|
||||
|
||||
if opts.output == ParseOutput::Xml {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue