forked from MirrorHub/synapse
insert whitespace to fix travis build
This commit is contained in:
parent
6b95e35e96
commit
eb7cbf27bc
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue