Skip to content
Snippets Groups Projects
Commit c177faf5 authored by Jason Robinson's avatar Jason Robinson
Browse files

Remove trailing whitespace to appease the linter

parent 49c619a9
No related branches found
No related tags found
No related merge requests found
......@@ -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 = ?
"""
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment