mirror of
https://github.com/nushell/nushell
synced 2025-01-16 07:04:09 +00:00
commit
2b5cc63118
1 changed files with 1 additions and 1 deletions
|
@ -62,7 +62,7 @@ impl Command for Lines {
|
|||
.filter_map(|s| {
|
||||
if !s.is_empty() {
|
||||
Some(Value::String {
|
||||
val: s.trim().into(),
|
||||
val: s.into(),
|
||||
span,
|
||||
})
|
||||
} else {
|
||||
|
|
Loading…
Reference in a new issue