[Format] Remove trailing whitespaces

This commit is contained in:
Victor Mihalache 2023-11-21 21:05:33 +01:00
parent 73929d95d6
commit 4e1fa57737
No known key found for this signature in database
GPG Key ID: 771E83E6A9320D63

4
nvm.sh
View File

@ -472,7 +472,7 @@ nvm_find_nvmrc() {
nvm_rc_version() { nvm_rc_version() {
export NVM_RC_VERSION='' export NVM_RC_VERSION=''
local NVMRC_PATH local NVMRC_PATH
if [ -n "$1" ]; then if [ -n "$1" ]; then
NVMRC_PATH="$(nvm_find_nvmrc "$1")" NVMRC_PATH="$(nvm_find_nvmrc "$1")"
else else
@ -3257,7 +3257,7 @@ nvm() {
shift shift
fi fi
else else
nvm_rc_version "$NVM_RC_PATH" nvm_rc_version "$NVM_RC_PATH"
if [ $version_not_provided -eq 1 ] && [ -z "${NVM_RC_VERSION}" ]; then if [ $version_not_provided -eq 1 ] && [ -z "${NVM_RC_VERSION}" ]; then
unset NVM_RC_VERSION unset NVM_RC_VERSION
>&2 nvm --help >&2 nvm --help