0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-06-18 10:38:21 +02:00

Remove trailing whitespace to appease the linter

Signed-off-by: Jason Robinson <jasonr@matrix.org>
This commit is contained in:
Jason Robinson 2021-01-11 23:55:44 +02:00
parent 49c619a9a2
commit c177faf5a9

View file

@ -86,8 +86,8 @@ class EventForwardExtremitiesStore(SQLBaseStore):
def get_forward_extremities_for_room_txn(txn):
sql = """
SELECT event_id, state_group
FROM event_forward_extremities
SELECT event_id, state_group
FROM event_forward_extremities
NATURAL JOIN event_to_state_groups
WHERE room_id = ?
"""