From 3812037e2a3914abcdd97ebe4517729911880a2d Mon Sep 17 00:00:00 2001 From: rnxypke Date: Mon, 30 Sep 2019 00:42:41 +0200 Subject: [PATCH] remove trailing newline after external command --- src/commands/classified.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/commands/classified.rs b/src/commands/classified.rs index 7e367b83d7..0e5cd95d8d 100644 --- a/src/commands/classified.rs +++ b/src/commands/classified.rs @@ -302,7 +302,6 @@ impl ExternalCommand { } } } - println!(""); Ok(ClassifiedInputStream::new()) } StreamNext::External => {