diff options
author | Vinay Sajip <vinay_sajip@yahoo.co.uk> | 2011-03-07 18:20:27 +0000 |
---|---|---|
committer | Vinay Sajip <vinay_sajip@yahoo.co.uk> | 2011-03-07 18:20:27 +0000 |
commit | 923e6d29e52184749319ba47d8976dd80aed62a8 (patch) | |
tree | ee1bcf15afa8791aae11664e3558451b0c2a3550 | |
parent | 44b740ff2850fbd710c98dd7035a606c5293e4d2 (diff) | |
download | cpython-git-923e6d29e52184749319ba47d8976dd80aed62a8.tar.gz |
Whitespace normalization.
-rw-r--r-- | Lib/test/test_logging.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/test_logging.py b/Lib/test/test_logging.py index 4e19bcc204..0760a6a07b 100644 --- a/Lib/test/test_logging.py +++ b/Lib/test/test_logging.py @@ -815,7 +815,7 @@ class ConfigFileTest(BaseTest): ], stream=output) # Original logger output is empty. self.assert_log_lines([]) - + class LogRecordStreamHandler(StreamRequestHandler): """Handler for a streaming logging request. It saves the log message in the |