Skip to content

Commit 1b393d6

Browse files
committed
feat(cdk/a11y): fix test errors
1 parent 71a6895 commit 1b393d6

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
@@ -556,8 +556,6 @@ export class CdkTree<T, K = T> implements AfterContentChecked, CollectionViewer,
556556
return this.treeControl?.getChildren ?? this.childrenAccessor;
557557
}
558558

559-
<<<<<<< HEAD
560-
<<<<<<< HEAD
561559
/**
562560
* Gets the direct children of a node; used for compatibility between the old tree and the
563561
* new tree.

0 commit comments

Comments
 (0)