mirror of
https://github.com/danbulant/nushell
synced 2026-05-27 14:02:24 +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 {
|
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 a new issue