mirror of
https://github.com/nushell/nushell.git
synced 2025-06-19 08:26:57 +02:00
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…
x
Reference in New Issue
Block a user