diff options
author | Erik Johnston <erik@matrix.org> | 2015-05-18 10:16:45 +0100 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2015-05-18 10:16:45 +0100 |
commit | d5cea26d45a50053fcb16296b73bbced49675a74 (patch) | |
tree | 2b5b3d5fe23755e4ba45db4a8f4c0d7e619c41b7 /synapse | |
parent | Newline, remove debug logging (diff) | |
download | synapse-d5cea26d45a50053fcb16296b73bbced49675a74.tar.xz |
Remove pointless newline
Diffstat (limited to 'synapse')
-rw-r--r-- | synapse/federation/federation_client.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/synapse/federation/federation_client.py b/synapse/federation/federation_client.py index fe5a7a9fa0..3a7bc0c9a7 100644 --- a/synapse/federation/federation_client.py +++ b/synapse/federation/federation_client.py @@ -518,7 +518,6 @@ class FederationClient(FederationBase): # Are we missing any? seen_events = set(earliest_events_ids) - seen_events.update(e.event_id for e in signed_events) missing_events = {} |