fix: two spaces needed for inline comments
This commit is contained in:
parent
aa9ade165e
commit
e1decb79f4
|
|
@ -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}"
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue