remove trailing newline after external command

This commit is contained in:
rnxypke 2019-09-30 00:42:41 +02:00
parent c5fdbdb8a1
commit 3812037e2a

View File

@ -302,7 +302,6 @@ impl ExternalCommand {
} }
} }
} }
println!("");
Ok(ClassifiedInputStream::new()) Ok(ClassifiedInputStream::new())
} }
StreamNext::External => { StreamNext::External => {