removeed output unnecessary newline

This commit is contained in:
DastInDark
2022-07-24 23:30:52 +09:00
parent 548f8f065a
commit 8413ba8f19

View File

@@ -209,7 +209,7 @@ fn emit_csv<W: std::io::Write>(
&disp_wtr,
get_writable_color(None),
&_get_serialized_disp_output(PROFILES.as_ref().unwrap().clone(), true),
true,
false,
)
.ok();
plus_header = false;