mirror of
https://github.com/danbulant/nushell
synced 2026-05-21 13:28:51 +00:00
Removes extra newline
This commit is contained in:
parent
63039666b0
commit
38225d0dba
1 changed files with 0 additions and 2 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Reference in a new issue