1
0
mirror of https://github.com/chubin/cheat.sh.git synced 2026-06-20 13:16:44 +02:00

remove trailing whitespace

This commit is contained in:
Eli Flanagan
2017-05-26 07:03:26 -05:00
parent e47bf4bae8
commit e330e82742
+2 -2
View File
@@ -1,4 +1,4 @@
_cheatsh_complete_curl()
_cheatsh_complete_curl()
{
local cur prev opts
_get_comp_words_by_ref -n : cur
@@ -12,7 +12,7 @@ _cheatsh_complete_curl()
COMPREPLY=( $(compgen -W "${opts}" -- ${cur}) )
__ltrim_colon_completions "$cur"
return 0
fi
fi
}
complete -F _cheatsh_complete_curl curl