fix: two spaces needed for inline comments

This commit is contained in:
thenightmail 2025-07-09 16:36:57 -04:00
parent aa9ade165e
commit e1decb79f4
1 changed files with 1 additions and 1 deletions

View File

@ -286,7 +286,7 @@ class TreeTabbedBrowser(TabbedBrowser):
# as a tree style tab correctly. We don't have a TreeTab so this is
# heuristic to highlight any problems elsewhere in the application
# logic.
assert tab.node.parent, ( # type: ignore[truthy-function]
assert tab.node.parent, ( # type: ignore[truthy-function]
f"Node for new tab doesn't have a parent: {tab.node}"
)