Skip to content

Commit 541b6e3

Browse files
committed
feat(cdk/a11y): fix test errors
1 parent 9fa4a41 commit 541b6e3

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/cdk/tree/tree.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -553,8 +553,6 @@ export class CdkTree<T, K = T> implements AfterContentChecked, CollectionViewer,
553553
return this.treeControl?.getChildren ?? this.childrenAccessor;
554554
}
555555

556-
<<<<<<< HEAD
557-
<<<<<<< HEAD
558556
/**
559557
* Gets the direct children of a node; used for compatibility between the old tree and the
560558
* new tree.

0 commit comments

Comments
 (0)