diff --git a/blueprintcompiler/formatter.py b/blueprintcompiler/formatter.py index 6209e7c..ae6660e 100644 --- a/blueprintcompiler/formatter.py +++ b/blueprintcompiler/formatter.py @@ -41,7 +41,7 @@ class LineType(Enum): BLOCK_OPEN = 1 BLOCK_CLOSE = 2 CHILD_TYPE = 3 - COMMENT = 3 + COMMENT = 4 class Format: