Removes extra newline

This commit is contained in:
Thomas Hartmann 2019-10-14 07:48:10 +02:00
parent 63039666b0
commit 38225d0dba

View File

@ -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",