forked from extern/nushell
Removes extra newline
This commit is contained in:
parent
63039666b0
commit
38225d0dba
@ -86,8 +86,6 @@ fn from_ssv(
|
|||||||
match value.item {
|
match value.item {
|
||||||
Value::Primitive(Primitive::String(s)) => {
|
Value::Primitive(Primitive::String(s)) => {
|
||||||
concat_string.push_str(&s);
|
concat_string.push_str(&s);
|
||||||
concat_string.push_str("\n");
|
|
||||||
|
|
||||||
}
|
}
|
||||||
_ => yield Err(ShellError::labeled_error_with_secondary (
|
_ => yield Err(ShellError::labeled_error_with_secondary (
|
||||||
"Expected a string from pipeline",
|
"Expected a string from pipeline",
|
||||||
|
Loading…
Reference in New Issue
Block a user