Skip to content

Commit ac3c62c

Browse files
chore(fmt): auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 46d9dd8 commit ac3c62c

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

example.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,10 @@ def construct(self):
2020
self.next_slide(loop=True)
2121
self.play(MoveAlongPath(dot, circle), run_time=2, rate_func=linear)
2222
self.next_slide()
23-
self.next_slide(loop=True, src="slides/files/ThreeDExample/670be9651f4af508c8272ce280d56a90d0cf50a768f622e562c0db81510bca10_reversed.mp4")
23+
self.next_slide(
24+
loop=True,
25+
src="slides/files/ThreeDExample/670be9651f4af508c8272ce280d56a90d0cf50a768f622e562c0db81510bca10_reversed.mp4",
26+
)
2427

2528
self.play(dot.animate.move_to(ORIGIN))
2629

0 commit comments

Comments
 (0)