mirror of
https://gitlab.gnome.org/jwestman/blueprint-compiler.git
synced 2025-05-04 15:59:08 -04:00
Run black
This commit is contained in:
parent
9f959fa186
commit
9ad177eea9
1 changed files with 1 additions and 1 deletions
|
@ -208,7 +208,7 @@ class BlueprintApp:
|
|||
indent_levels += 1
|
||||
|
||||
try:
|
||||
if str(tokens[index+1]) in closing_tokens:
|
||||
if str(tokens[index + 1]) in closing_tokens:
|
||||
indent_levels -= 1
|
||||
except:
|
||||
pass
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue