Clean up extra spaces

Clean up extra spaces, although these errors are not important, they affect the code specification.

Change-Id: I5cf3c668e89a11c7906e0b0aeeb85ebcef3c1352
This commit is contained in:
jayonlau 2021-07-07 20:44:02 +08:00
parent de0e9d9510
commit 158d5f4248
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,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
just_pep8=0 just_pep8=0