CHANGE: use minus sign instead of hyphen (#4437)

This commit is contained in:
GithubAnon0000 2025-12-16 16:26:43 +00:00 committed by GitHub
parent 4e8c992be1
commit 4c7b343231
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -234,7 +234,7 @@ class DeckBrowser:
if node.collapsed: if node.collapsed:
prefix = "+" prefix = "+"
else: else:
prefix = "-" prefix = ""
def indent() -> str: def indent() -> str:
return " " * 6 * (node.level - 1) return " " * 6 * (node.level - 1)