Commit 911c42e
committed
fix(tools): correct binary tree constraint validation logic
- Fix binaryTree constraint to use positive checks for specific types
- Prevents false positives when binaryTree is undefined
- Changes from negative to positive validation logic
- Ensures correct constraint validation for binary tree generators1 parent 8c9de7a commit 911c42e
1 file changed
+3
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
302 | 302 | | |
303 | 303 | | |
304 | 304 | | |
305 | | - | |
306 | | - | |
| 305 | + | |
| 306 | + | |
| 307 | + | |
307 | 308 | | |
308 | 309 | | |
309 | 310 | | |
| |||
0 commit comments