Merge "Clean up extra spaces"

This commit is contained in:
Zuul
2021-12-10 15:38:55 +00:00
committed by Gerrit Code Review
+1 -1
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 -- $@