From 38225d0dbadd2e8af530085e0a137d98fbf1d37e Mon Sep 17 00:00:00 2001 From: Thomas Hartmann Date: Mon, 14 Oct 2019 07:48:10 +0200 Subject: [PATCH] Removes extra newline --- src/commands/from_ssv.rs | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/commands/from_ssv.rs b/src/commands/from_ssv.rs index 3232fd1e..a47a8662 100644 --- a/src/commands/from_ssv.rs +++ b/src/commands/from_ssv.rs @@ -86,8 +86,6 @@ fn from_ssv( match value.item { Value::Primitive(Primitive::String(s)) => { concat_string.push_str(&s); - concat_string.push_str("\n"); - } _ => yield Err(ShellError::labeled_error_with_secondary ( "Expected a string from pipeline",