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

@ -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)