mirror of
https://github.com/nushell/nushell.git
synced 2024-12-17 12:41:34 +01:00
commit
2b5cc63118
@ -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 New Issue
Block a user