From 680bfaed4719ece353733192c787002b0e572c01 Mon Sep 17 00:00:00 2001 From: Jorik Schellekens Date: Thu, 15 Aug 2019 11:23:42 +0100 Subject: [PATCH] Remove astray indent --- synapse/handlers/device.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/synapse/handlers/device.py b/synapse/handlers/device.py index 337988420e2f..ce513d3abf53 100644 --- a/synapse/handlers/device.py +++ b/synapse/handlers/device.py @@ -146,7 +146,7 @@ def get_user_ids_changed(self, user_id, from_token): if etype != EventTypes.Member: continue possibly_left.add(state_key) - continue + continue # Fetch the current state at the time. try: