From ec0adb16b58cc8bfb526c941fa24ec4ab31657b9 Mon Sep 17 00:00:00 2001 From: jinyuanliu Date: Wed, 15 Sep 2021 04:32:36 -0400 Subject: [PATCH] Clean up extra spaces Although these errors are not important, they affect the code specification. Change-Id: I1f91dba079ecf60b1d4b57123048d8409476dde0 --- tools/with_venv.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/with_venv.sh b/tools/with_venv.sh index e6e44f59..1b09ad70 100755 --- a/tools/with_venv.sh +++ b/tools/with_venv.sh @@ -4,7 +4,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 tox -evenv -- $@