Skip to content

Commit

Permalink
fix: onTree structure
Browse files Browse the repository at this point in the history
  • Loading branch information
clliu13 committed Oct 8, 2024
1 parent 2cf75e3 commit cc387f1
Show file tree
Hide file tree
Showing 2 changed files with 3,899 additions and 4,976 deletions.
2 changes: 1 addition & 1 deletion lib/explain/prettyprint_assertions_and_pictures.ts
Original file line number Diff line number Diff line change
Expand Up @@ -990,7 +990,7 @@ function buildEliminationTree(
}

// Return the tree for the winner
return Object.values(trees);
return Object.values(trees)[0];
}

/**
Expand Down
Loading

0 comments on commit cc387f1

Please sign in to comment.