mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 05:23:35 +00:00
pep8: Add compliance with rule E261 pretty_print.py.
This commit is contained in:
@@ -30,7 +30,7 @@ def pretty_print_html(html, num_spaces=4):
|
||||
line=-1,
|
||||
token_kind='html_start',
|
||||
tag='html',
|
||||
extra_indent=0) # type: Dict[str, Any]
|
||||
extra_indent=0) # type: Dict[str, Any]
|
||||
stack.append(info)
|
||||
|
||||
# Our main job is to figure out offsets that we use to nudge lines
|
||||
|
||||
Reference in New Issue
Block a user