mirror of
https://github.com/3b1b/manim.git
synced 2025-11-14 22:57:44 +00:00
Fixed formatting error
This commit is contained in:
parent
4abafe608a
commit
112c76582e
1 changed files with 2 additions and 1 deletions
|
|
@ -1302,7 +1302,8 @@ class MakeTwoJewelCaseContinuous(IntroduceStolenNecklaceProblem):
|
|||
|
||||
for jewel_type, label in zip(jewel_types, enumeration_labels):
|
||||
jewel_type.submobjects.sort(
|
||||
key=key=lambda mettr()[0]
|
||||
key=lambda mettr()[0]
|
||||
)
|
||||
|
||||
jewel_type.save_state()
|
||||
jewel_type.generate_target()
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue