mirror of
https://gitlab.gnome.org/jwestman/blueprint-compiler.git
synced 2025-05-04 15:59:08 -04:00
formatter.py: Fix a typo in LineType Enum
This commit is contained in:
parent
720594549b
commit
134ddbb80f
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ class LineType(Enum):
|
||||||
BLOCK_OPEN = 1
|
BLOCK_OPEN = 1
|
||||||
BLOCK_CLOSE = 2
|
BLOCK_CLOSE = 2
|
||||||
CHILD_TYPE = 3
|
CHILD_TYPE = 3
|
||||||
COMMENT = 3
|
COMMENT = 4
|
||||||
|
|
||||||
|
|
||||||
class Format:
|
class Format:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue