From a32794ec358e5c4f0240b3c1a351b21c918d96f3 Mon Sep 17 00:00:00 2001 From: mathieui Date: Thu, 22 Aug 2019 14:18:40 +0200 Subject: Remove trailing whitespace --- slixmpp/xmlstream/xmlstream.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/slixmpp/xmlstream/xmlstream.py b/slixmpp/xmlstream/xmlstream.py index 46b39392..4403178c 100644 --- a/slixmpp/xmlstream/xmlstream.py +++ b/slixmpp/xmlstream/xmlstream.py @@ -927,7 +927,7 @@ class XMLStream(asyncio.BaseProtocol): else: self.send_raw(data) self.waiting_queue.task_done() - + def send(self, data, use_filters=True): """A wrapper for :meth:`send_raw()` for sending stanza objects. -- cgit v1.2.3