mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2025-01-20 08:51:31 -05: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 "
|
||||
"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]
|
||||
if filter_id is not None:
|
||||
return filter_id
|
||||
|
Loading…
Reference in New Issue
Block a user