mirror of
https://github.com/element-hq/synapse.git
synced 2024-11-29 07:28:55 +03:00
Unneccessarywhitespaceisunnecessary
This commit is contained in:
parent
c1267d04c5
commit
7984ffdc6a
1 changed files with 0 additions and 1 deletions
|
@ -87,7 +87,6 @@ class PusherStore(SQLBaseStore):
|
||||||
"last_stream_ordering",
|
"last_stream_ordering",
|
||||||
"last_success",
|
"last_success",
|
||||||
"failing_since",
|
"failing_since",
|
||||||
|
|
||||||
], desc="get_pushers_by"
|
], desc="get_pushers_by"
|
||||||
)
|
)
|
||||||
defer.returnValue(self._decode_pushers_rows(ret))
|
defer.returnValue(self._decode_pushers_rows(ret))
|
||||||
|
|
Loading…
Reference in a new issue