master > master: code py - tree darstellung einheitlicher

This commit is contained in:
RD
2022-06-10 09:06:27 +02:00
parent 969a880440
commit 67f6caf2d5
2 changed files with 9 additions and 7 deletions

View File

@@ -81,7 +81,7 @@ class Alignment():
braces = braces,
branch = branch,
);
yield '';
yield f'{indent}{prefix}';
yield from self.right._astree_recursion(
depth = depth + 1,
indent = indent,