[MINOR] Remove redundant space.

This commit is contained in:
Lazarus Lazaridis 2018-03-05 22:14:16 +02:00
parent 4fde6c0c9b
commit 8a6fc50212

View File

@ -203,7 +203,7 @@ function _complete_goto_aliases()
{
local IFS=$'\n' expr
local matches=($(sed -n "/^$1/p" ~/.goto 2>/dev/null))
local matches=($(sed -n "/^$1/p" ~/.goto 2>/dev/null))
if [ "${#matches[@]}" -eq "1" ]; then
# remove the filenames attribute from the completion method