0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-12-14 18:03:53 +01:00

pep8 newline

This commit is contained in:
David Baker 2016-04-29 10:07:30 +01:00
parent acded821c4
commit ec9cbe847d

View file

@ -142,4 +142,4 @@ def _state_as_two_level_dict(state):
def _looks_like_an_alias(string):
return ALIAS_RE.match(string) is not None
return ALIAS_RE.match(string) is not None