mirror of
https://github.com/nushell/nushell.git
synced 2025-08-18 20:29:06 +02:00
Remove trim in favor of str trim (#2560)
This commit is contained in:
@@ -12,7 +12,7 @@ fn lines() {
|
||||
| first 1
|
||||
| split column "="
|
||||
| get Column1
|
||||
| trim
|
||||
| str trim
|
||||
| echo $it
|
||||
"#
|
||||
));
|
||||
|
Reference in New Issue
Block a user