From 752c0e4ef1a73f2e7e53288e9a5850d0534fcff4 Mon Sep 17 00:00:00 2001 From: Jordan Harband Date: Wed, 16 Apr 2014 02:24:54 -0700 Subject: [PATCH] Removing trailing whitespace. --- nvm.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nvm.sh b/nvm.sh index 68f691c..22b05e6 100644 --- a/nvm.sh +++ b/nvm.sh @@ -77,7 +77,7 @@ nvm_normalize_version() { nvm_format_version() { echo "$1" | sed -e 's/^\([0-9]\)/v\1/g' } - + nvm_binary_available() { # binaries started with node 0.8.6 local MINIMAL="0.8.6"