Whitespace normalization.
diff --git a/Lib/test/test_logging.py b/Lib/test/test_logging.py
index 4e19bcc..0760a6a 100644
--- a/Lib/test/test_logging.py
+++ b/Lib/test/test_logging.py
@@ -815,7 +815,7 @@
             ], 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