fix spacing

This commit is contained in:
Schrottkatze 2025-03-20 18:11:47 +01:00
parent 36c5ec22ae
commit 768d17f077
Signed by: schrottkatze
SSH key fingerprint: SHA256:FPOYVeBy3QP20FEM42uWF1Wa/Qhlk+L3S2+Wuau/Auo

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 {