]> granicus.if.org Git - python/commitdiff
Fix extraneous whitespace in QueueListener.prepare (GH-13803)
authorBoris Feld <lothiraldan@gmail.com>
Tue, 4 Jun 2019 15:20:18 +0000 (17:20 +0200)
committerVinay Sajip <vinay_sajip@yahoo.co.uk>
Tue, 4 Jun 2019 15:20:17 +0000 (16:20 +0100)
Lib/logging/handlers.py

index a913d27389ab592e8f0b9acfc1758e8d13931f20..34ff7a056ef54761832820dbcd3633109951813c 100644 (file)
@@ -1437,7 +1437,7 @@ class QueueListener(object):
         t.daemon = True
         t.start()
 
-    def prepare(self , record):
+    def prepare(self, record):
         """
         Prepare a record for handling.