mirror of
https://github.com/matrix-org/synapse.git
synced 2025-10-29 15:21:39 +01:00
insert whitespace to fix travis build
This commit is contained in:
parent
6b95e35e96
commit
eb7cbf27bc
@ -55,7 +55,7 @@ class FilteringStore(SQLBaseStore):
|
|||||||
"SELECT filter_id FROM user_filters "
|
"SELECT filter_id FROM user_filters "
|
||||||
"WHERE user_id = ? AND filter_json = ?"
|
"WHERE user_id = ? AND filter_json = ?"
|
||||||
)
|
)
|
||||||
txn.execute(sql, (user_localpart,def_json))
|
txn.execute(sql, (user_localpart, def_json))
|
||||||
filter_id = txn.fetchone()[0]
|
filter_id = txn.fetchone()[0]
|
||||||
if filter_id is not None:
|
if filter_id is not None:
|
||||||
return filter_id
|
return filter_id
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user