mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-06-13 19:52:47 -04:00
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 "
|
"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…
Add table
Add a link
Reference in a new issue