Fix indentation in ppp_ast.py

This commit is contained in:
germax26 2024-11-22 18:45:55 +11:00
parent f88f6df5d6
commit c7e4a0aeca
Signed by: germax26
SSH Key Fingerprint: SHA256:N3w+8798IMWBt7SYH8G1C0iJlIa2HIIcRCXwILT5FvM

View File

@ -518,4 +518,4 @@ class TypeDefinition(Statement):
@dataclass
class DeferStatement(Statement):
statement: Statement
statement: Statement