test-static-analysis: Fix trailing whitespace errors.
This commit is contained in:
parent
0590671fc6
commit
0a70a6b46f
|
@ -36,7 +36,7 @@ This repository contains the source code for Zulip's PyPI packages:
|
||||||
./tools/provision -p <path_to_your_python_version>`
|
./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!
|
virtual environment. Run that command!
|
||||||
|
|
||||||
6. You should now be able to run all the tests within this virtualenv.
|
6. You should now be able to run all the tests within this virtualenv.
|
||||||
|
|
|
@ -82,7 +82,7 @@ the Python version this command is executed with."""
|
||||||
|
|
||||||
green = '\033[92m'
|
green = '\033[92m'
|
||||||
end_format = '\033[0m'
|
end_format = '\033[0m'
|
||||||
bold = '\033[1m'
|
bold = '\033[1m'
|
||||||
|
|
||||||
print('\n')
|
print('\n')
|
||||||
print(green + 'Success!' + end_format)
|
print(green + 'Success!' + end_format)
|
||||||
|
|
Loading…
Reference in a new issue