mirror of
https://github.com/3b1b/manim.git
synced 2025-07-28 20:43:56 +08:00
Fixed formatting issue
This commit is contained in:
@ -2216,7 +2216,7 @@ class ReEmphasizeVennDiagram(VennDiagramProofByContradiction):
|
||||
m2.copy(), m1.copy(),
|
||||
VGroup(*self.circles).copy()
|
||||
)
|
||||
for m1, m2 in (C0, A1_yellow_copy), (C0, B1), (B0, A1)
|
||||
for m1, m2 in [(C0, A1_yellow_copy), (C0, B1), (B0, A1)]
|
||||
])
|
||||
for group, vect in zip(groups[1:], [UP, 5*RIGHT+UP]):
|
||||
group.scale_in_place(0.5)
|
||||
|
Reference in New Issue
Block a user