mirror of
https://mau.dev/maunium/synapse.git
synced 2024-11-12 04:52:26 +01:00
Fix newlines
This commit is contained in:
parent
0a016b0525
commit
2c70849dc3
1 changed files with 1 additions and 2 deletions
|
@ -115,7 +115,6 @@ class Keyring(object):
|
||||||
r = yield create_observer(download)
|
r = yield create_observer(download)
|
||||||
defer.returnValue(r)
|
defer.returnValue(r)
|
||||||
|
|
||||||
|
|
||||||
@defer.inlineCallbacks
|
@defer.inlineCallbacks
|
||||||
def _get_server_verify_key_impl(self, server_name, key_ids):
|
def _get_server_verify_key_impl(self, server_name, key_ids):
|
||||||
# Try to fetch the key from the remote server.
|
# Try to fetch the key from the remote server.
|
||||||
|
|
Loading…
Reference in a new issue