Remove newline because vertical whitespace makes mjark sad
parent
0bfdaf1f4f
commit
a82938416d
|
@ -417,8 +417,7 @@ class StateStore(SQLBaseStore):
|
|||
# used for bookkeeping in the cache.
|
||||
for group, state_dict in results.items():
|
||||
results[group] = {
|
||||
key: event for key, event in state_dict.items()
|
||||
if event
|
||||
key: event for key, event in state_dict.items() if event
|
||||
}
|
||||
|
||||
defer.returnValue(results)
|
||||
|
|
Loading…
Reference in New Issue