Remove redundant 'return $?'

This commit is contained in:
Olivier Mengué 2014-01-20 00:59:25 +01:00
parent 27494b4b1a
commit b0936bf2b1

1
nvm.sh
View File

@ -9,7 +9,6 @@ NVM_SCRIPT_SOURCE="$_"
nvm_has() { nvm_has() {
type "$1" > /dev/null 2>&1 type "$1" > /dev/null 2>&1
return $?
} }
nvm_download() { nvm_download() {