test-static-analysis: Fix trailing whitespace errors.

This commit is contained in:
Eeshan Garg 2017-11-10 19:24:59 -03:30
parent 0590671fc6
commit 0a70a6b46f
2 changed files with 2 additions and 2 deletions

View file

@ -36,7 +36,7 @@ This repository contains the source code for Zulip's PyPI packages:
./tools/provision -p <path_to_your_python_version>`
```
5. The above step, if successful, will tell you the command to "source" your
5. The above step, if successful, will tell you the command to "source" your
virtual environment. Run that command!
6. You should now be able to run all the tests within this virtualenv.

View file

@ -82,7 +82,7 @@ the Python version this command is executed with."""
green = '\033[92m'
end_format = '\033[0m'
bold = '\033[1m'
bold = '\033[1m'
print('\n')
print(green + 'Success!' + end_format)