From 44ec9933b7396ee20546916237622fca5211a9fb Mon Sep 17 00:00:00 2001 From: Grant Sanderson Date: Tue, 6 Aug 2024 10:39:23 -0500 Subject: [PATCH] Small format fix --- manimlib/mobject/types/vectorized_mobject.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manimlib/mobject/types/vectorized_mobject.py b/manimlib/mobject/types/vectorized_mobject.py index 34ed8afc..e28d3cdc 100644 --- a/manimlib/mobject/types/vectorized_mobject.py +++ b/manimlib/mobject/types/vectorized_mobject.py @@ -1201,7 +1201,7 @@ class VMobject(Mobject): points = self.get_points() - if(len(points) < 3): + if len(points) < 3: return self.data["joint_product"] # Find all the unit tangent vectors at each joint