Browse Source

code formatting

Rafał Pitoń 10 years ago
parent
commit
2cf8a05a58
1 changed files with 1 additions and 1 deletions
  1. 1 1
      misago/markup/parser.py

+ 1 - 1
misago/markup/parser.py

@@ -12,7 +12,7 @@ __all__ = ['parse']
 
 
 def parse(text, request, poster, allow_mentions=True, allow_links=True,
-               allow_images=True, allow_blocks=True, minify=True):
+          allow_images=True, allow_blocks=True, minify=True):
     """
     Message parser