summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjinyuanliu <liujinyuan@inspur.com>2021-09-15 01:54:42 -0400
committerjinyuanliu <liujinyuan@inspur.com>2021-09-15 01:55:48 -0400
commitafa2c4642a467862a34dea48dc2bd4c9203c6a2a (patch)
tree56267f0dff0e537a6892248b9fc7001525a698c9
parentb846071d2fbc22e0fc2f471d8f2e0bc8c912ff1f (diff)
downloadpython-swiftclient-afa2c4642a467862a34dea48dc2bd4c9203c6a2a.tar.gz
Clean up extra spaces
Although these errors are not important, they affect the code specification. Change-Id: Ifab29d9c803a78ee994b99b4b410893864b90908
-rwxr-xr-xrun_tests.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/run_tests.sh b/run_tests.sh
index 39ce191..6991cd1 100755
--- a/run_tests.sh
+++ b/run_tests.sh
@@ -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