Commit 800d7863 authored by Boris Feld's avatar Boris Feld Committed by Vinay Sajip

Fix extraneous whitespace in QueueListener.prepare (GH-13803)

parent f0b5ae45
......@@ -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.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment