Skip to content

Commit 81f7b10

Browse files
committed
Format silly
1 parent 9b0922a commit 81f7b10

File tree

1 file changed

+1
-0
lines changed
  • packages/two_dimensional_scrollables/lib/src/tree_view

1 file changed

+1
-0
lines changed

packages/two_dimensional_scrollables/lib/src/tree_view/tree.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -600,6 +600,7 @@ class _TreeViewState<T> extends State<TreeView<T>>
600600
// If we are not animating, respect node.isExpanded;
601601
return node.isExpanded;
602602
}
603+
603604
// Flattens the tree, omitting nodes that are not active.
604605
void _unpackActiveNodes({
605606
int depth = 0,

0 commit comments

Comments
 (0)