Skip to content

Commit 1466aeb

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 631d570 commit 1466aeb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

manim/mobject/three_d/three_dimensions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1164,7 +1164,7 @@ def __init__(
11641164
thickness=thickness,
11651165
color=color,
11661166
resolution=resolution,
1167-
**kwargs
1167+
**kwargs,
11681168
)
11691169

11701170
self.length = np.linalg.norm(self.vect)

0 commit comments

Comments
 (0)