Clean up extra spaces

Although these errors are not important, they affect the code specification.

Change-Id: I2db90d03723667d895dab1bba230bbc92064e949
This commit is contained in:
jinyuanliu 2021-09-15 02:56:56 -04:00
parent 542aedaf3a
commit 5da860c758
1 changed files with 1 additions and 1 deletions

View File

@ -89,7 +89,7 @@ do
then
echo "The following "${#NODE_IPS[@]}" are unreachable" | tee -a ${RESULTS_FILE}
echo ${NODE_IPS[@]} | tee -a ${RESULTS_FILE}
break
break
fi
if ((${#NODE_IPS[@]} == 0 ))
then