Skip to content
Snippets Groups Projects
Commit fb191b8d authored by Dariusz Kędzierski's avatar Dariusz Kędzierski
Browse files

Indent fixed

parent 7d874280
No related branches found
No related tags found
4 merge requests!456Release candidate v1 24,!230Setup monitoring with pghero,!135Enable postgres monitoring on CI server,!16Dk issue 3 concurrent block query rebase
......@@ -103,7 +103,7 @@ async def get_post(context, author, permlink, observer=None):
valid_account(author)
valid_permlink(permlink)
blacklists_for_user = None
blacklists_for_user = None
if observer and context:
blacklists_for_user = await Mutes.get_blacklists_for_observer(observer, context)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment