Clean up extra spaces

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

Change-Id: Ifab29d9c803a78ee994b99b4b410893864b90908
This commit is contained in:
jinyuanliu 2021-09-15 01:54:42 -04:00
parent b846071d2f
commit afa2c4642a
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
echo 'This script requires "tox" to run.'
echo 'You can install it with "pip install tox".'
exit 1;
exit 1;
fi
just_pep8=0