Skip to content

Commit 58fbb42

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 20ab615 commit 58fbb42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

manim/mobject/opengl/opengl_vectorized_mobject.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,7 @@ def set_stroke(
285285
for mob in self.get_family(recurse):
286286
if not isinstance(width, np.ndarray):
287287
mob.stroke_width = np.array([[width] for width in tuplify(width)])
288-
else:
288+
else:
289289
mob.stroke_width = width
290290

291291
if background is not None:

0 commit comments

Comments
 (0)