0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-12-14 21:13:54 +01:00

Unneccessarywhitespaceisunnecessary

This commit is contained in:
David Baker 2016-04-12 13:55:57 +01:00
parent c1267d04c5
commit 7984ffdc6a

View file

@ -87,7 +87,6 @@ class PusherStore(SQLBaseStore):
"last_stream_ordering",
"last_success",
"failing_since",
], desc="get_pushers_by"
)
defer.returnValue(self._decode_pushers_rows(ret))