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:
parent
de0e9d9510
commit
158d5f4248
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user