Welcome to mirror list, hosted at ThFree Co, Russian Federation.

dev.gajim.org/gajim/python-nbxmpp.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/nbxmpp
diff options
context:
space:
mode:
authorlovetox <philipp@hoerist.com>2020-03-10 22:04:53 +0300
committerlovetox <philipp@hoerist.com>2020-03-10 22:04:53 +0300
commit45197eaf81ef962b1d54b099dddd8154161e9f85 (patch)
tree481ffa49c1246f433c8b6ff727730880231f7656 /nbxmpp
parentb2f3eeddd79dec534e508c4133c4b6cce4f5f84c (diff)
Remove trailing whitespace
Diffstat (limited to 'nbxmpp')
-rw-r--r--nbxmpp/client.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/nbxmpp/client.py b/nbxmpp/client.py
index 9583aad..be9a8a0 100644
--- a/nbxmpp/client.py
+++ b/nbxmpp/client.py
@@ -307,7 +307,7 @@ class Client(Observable):
def connect(self):
if self._state != StreamState.DISCONNECTED:
log.error('Stream can\'t reconnect, stream state: %s', self._state)
- return
+ return
if self._connect_successful:
log.info('Reconnect')