mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-06-07 07:12:39 -04:00
Remove trailing whitespace to appease the linter
Signed-off-by: Jason Robinson <jasonr@matrix.org>
This commit is contained in:
parent
49c619a9a2
commit
c177faf5a9
1 changed files with 2 additions and 2 deletions
|
@ -86,8 +86,8 @@ class EventForwardExtremitiesStore(SQLBaseStore):
|
||||||
|
|
||||||
def get_forward_extremities_for_room_txn(txn):
|
def get_forward_extremities_for_room_txn(txn):
|
||||||
sql = """
|
sql = """
|
||||||
SELECT event_id, state_group
|
SELECT event_id, state_group
|
||||||
FROM event_forward_extremities
|
FROM event_forward_extremities
|
||||||
NATURAL JOIN event_to_state_groups
|
NATURAL JOIN event_to_state_groups
|
||||||
WHERE room_id = ?
|
WHERE room_id = ?
|
||||||
"""
|
"""
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue