fix(cli): remove extra newline with --cst

Makes CST output consistent with other formats.
This commit is contained in:
skewb1k 2025-12-23 14:05:52 +03:00
parent 2f33a37dff
commit f05e57e2fc

View file

@ -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 {