mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-02 11:26:09 -04:00
Fix Formatting
This commit is contained in:
parent
b19cf6a105
commit
e020574d65
4 changed files with 9 additions and 14 deletions
|
@ -289,7 +289,6 @@ class StreamStore(SQLBaseStore):
|
|||
" LIMIT ?"
|
||||
)
|
||||
|
||||
|
||||
def get_recent_events_for_room_txn(txn):
|
||||
if from_token is None:
|
||||
txn.execute(sql, (room_id, end_token.stream, limit,))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue