Skip to content

Commit

Permalink
[config] Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Prometheus3375 committed Jul 19, 2024
1 parent 12e9e93 commit 7ec0b5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion solve/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ def encounter_data(self, /) -> tuple[Combination, Combination, AliasMappingType]
held = self.held_shapes
statues = Combination(
left=Node.from_inner_and_other(inner[0], held[0] - inner[0]),
middle=Node.from_inner_and_other(inner[1], held[1] - inner[2]),
middle=Node.from_inner_and_other(inner[1], held[1] - inner[1]),
right=Node.from_inner_and_other(inner[2], held[2] - inner[2]),
)

Expand Down

0 comments on commit 7ec0b5f

Please sign in to comment.