From 758141f41e7a1e5c60833128aacffa5a46989d6c Mon Sep 17 00:00:00 2001 From: Jordan Harband Date: Sun, 22 Feb 2015 00:29:25 -0800 Subject: [PATCH] Remove trailing whitespace --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index cbf6938..78e54f9 100755 --- a/install.sh +++ b/install.sh @@ -229,7 +229,7 @@ nvm_do_install() { nvm_reset() { unset -f nvm_reset nvm_has nvm_latest_version \ nvm_source nvm_download install_nvm_as_script install_nvm_from_git \ - nvm_detect_profile nvm_check_global_modules nvm_do_install + nvm_detect_profile nvm_check_global_modules nvm_do_install } [ "_$NVM_ENV" = "_testing" ] || nvm_do_install