fix spacing

This commit is contained in:
Schrottkatze 2025-03-20 18:11:47 +01:00
commit 768d17f077
No known key found for this signature in database

View file

@ -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 {