mirror of
https://github.com/nvm-sh/nvm.git
synced 2025-05-10 14:21:50 +00:00
[Format] Remove trailing whitespaces
This commit is contained in:
parent
73929d95d6
commit
4e1fa57737
4
nvm.sh
4
nvm.sh
@ -472,7 +472,7 @@ nvm_find_nvmrc() {
|
||||
nvm_rc_version() {
|
||||
export NVM_RC_VERSION=''
|
||||
local NVMRC_PATH
|
||||
|
||||
|
||||
if [ -n "$1" ]; then
|
||||
NVMRC_PATH="$(nvm_find_nvmrc "$1")"
|
||||
else
|
||||
@ -3257,7 +3257,7 @@ nvm() {
|
||||
shift
|
||||
fi
|
||||
else
|
||||
nvm_rc_version "$NVM_RC_PATH"
|
||||
nvm_rc_version "$NVM_RC_PATH"
|
||||
if [ $version_not_provided -eq 1 ] && [ -z "${NVM_RC_VERSION}" ]; then
|
||||
unset NVM_RC_VERSION
|
||||
>&2 nvm --help
|
||||
|
Loading…
Reference in New Issue
Block a user