Removing trailing whitespace.

master
Jordan Harband 2014-04-16 02:24:54 -07:00
parent 49364532b3
commit 752c0e4ef1
1 changed files with 1 additions and 1 deletions

2
nvm.sh
View File

@ -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"