style(completions/svn): remove trailing spaces

This commit is contained in:
Koichi Murase 2024-08-25 13:25:56 +09:00
parent dfa9e25e28
commit 35f2daf838

View File

@ -176,7 +176,7 @@ function _svn_complete_target() {
for c in $urls ; do
[[ $c == $prefix:* ]] && choices="$choices ${c#*:}"
done
COMPREPLY=( $(compgen -W "$choices" -- $suffix ) )
fi
compopt -o nospace