[Fix] Correct most of the wrong indentation
diff --git a/test/install_script/nvm_detect_profile b/test/install_script/nvm_detect_profile
index e5b71a8..ba5a6ea 100755
--- a/test/install_script/nvm_detect_profile
+++ b/test/install_script/nvm_detect_profile
@@ -47,7 +47,7 @@
# $PROFILE should override .zshrc profile detection
NVM_DETECT_PROFILE="$(SHELL="/usr/bin/zsh"; PROFILE="test_profile"; nvm_detect_profile)"
if [ "$NVM_DETECT_PROFILE" != "test_profile" ]; then
- die "nvm_detect_profile ignored \$PROFILE"
+ die "nvm_detect_profile ignored \$PROFILE"
fi