mirror of
https://gitlab.gnome.org/jwestman/blueprint-compiler.git
synced 2025-05-04 15:59:08 -04:00
formatter.py: Properly remove another_newline()
this time
This commit is contained in:
parent
49937b5dd5
commit
adabbd8ecd
1 changed files with 0 additions and 3 deletions
|
@ -58,9 +58,6 @@ class Format:
|
|||
parentheses_balance = 0
|
||||
bracket_tracker = [None]
|
||||
|
||||
def another_newline(one_indent_less=False): # TODO: Try to remove this function
|
||||
nonlocal end_str
|
||||
|
||||
def commit_current_line(
|
||||
line_type=prev_line_type, redo_whitespace=False, newlines_before=1
|
||||
):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue