From 923e6d29e52184749319ba47d8976dd80aed62a8 Mon Sep 17 00:00:00 2001 From: Vinay Sajip Date: Mon, 7 Mar 2011 18:20:27 +0000 Subject: [PATCH] Whitespace normalization. --- Lib/test/test_logging.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Lib/test/test_logging.py b/Lib/test/test_logging.py index 4e19bcc2040..0760a6a07b2 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