From 0a70a6b46feeddfab0a3f9d7701fe4e10a83d9c3 Mon Sep 17 00:00:00 2001 From: Eeshan Garg Date: Fri, 10 Nov 2017 19:24:59 -0330 Subject: [PATCH] test-static-analysis: Fix trailing whitespace errors. --- README.md | 2 +- tools/provision | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8be8b1e..868ad77 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ This repository contains the source code for Zulip's PyPI packages: ./tools/provision -p ` ``` -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. diff --git a/tools/provision b/tools/provision index 9852d8f..d558c87 100755 --- a/tools/provision +++ b/tools/provision @@ -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)