mirror of
https://github.com/nvm-sh/nvm.git
synced 2025-09-16 04:12:40 +00:00
Remove useless trailing newlines
This commit is contained in:
@@ -3,4 +3,3 @@
|
||||
if [ -f ".nvmrc" ]; then
|
||||
mv .nvmrc .nvmrc.bak
|
||||
fi
|
||||
|
||||
|
@@ -14,4 +14,3 @@ fi
|
||||
if [ -f ".nvmrc.bak" ]; then
|
||||
mv .nvmrc.bak .nvmrc
|
||||
fi
|
||||
|
||||
|
Reference in New Issue
Block a user