Clean up extra spaces

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

Change-Id: I1f91dba079ecf60b1d4b57123048d8409476dde0
This commit is contained in:
jinyuanliu 2021-09-15 04:32:36 -04:00
parent 9524fce9fe
commit ec0adb16b5
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ command -v tox > /dev/null 2>&1
if [ $? -ne 0 ]; then if [ $? -ne 0 ]; then
echo 'This script requires "tox" to run.' echo 'This script requires "tox" to run.'
echo 'You can install it with "pip install tox".' echo 'You can install it with "pip install tox".'
exit 1; exit 1;
fi fi
tox -evenv -- $@ tox -evenv -- $@