fix spacing
This commit is contained in:
parent
36c5ec22ae
commit
768d17f077
1 changed files with 3 additions and 2 deletions
|
@ -26,8 +26,9 @@ def "main auto" [] {
|
|||
if ($paths | is-not-empty) {
|
||||
let result = $paths
|
||||
| each {|it| get_and_format $it}
|
||||
| prepend ""
|
||||
| str join "|";
|
||||
| str join " | "
|
||||
| prepend "| "
|
||||
| str join;
|
||||
|
||||
print $result
|
||||
} else {
|
||||
|
|
Loading…
Add table
Reference in a new issue