Remove trailing whitespace.

This commit is contained in:
Jordan Harband
2014-09-29 14:26:19 -07:00
parent 2737a95645
commit fda05fb64b
3 changed files with 13 additions and 13 deletions

View File

@@ -81,8 +81,8 @@ __nvm ()
return 0
}
# complete is a bash builtin, but recent versions of ZSH come with a function
# called bashcompinit that will create a complete in ZSH. If the user is in
# complete is a bash builtin, but recent versions of ZSH come with a function
# called bashcompinit that will create a complete in ZSH. If the user is in
# ZSH, load and run bashcompinit before calling the complete function.
if [[ -n ${ZSH_VERSION-} ]]; then
autoload -U +X bashcompinit && bashcompinit