Skip to content

Commit 606c521

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent b199fc7 commit 606c521

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

static/logo.py

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,13 @@ def construct(self):
1515
slides = MathTex(r"\mathbb{S}\text{lides}", fill_color=logo_black).scale(4)
1616
slides.next_to(ds_m, DOWN)
1717
slides.shift(DOWN)
18-
book = Tex(r"\faStepBackward\faStepForward", fill_color=logo_black, tex_template=tex_template).scale(4)
18+
book = Tex(
19+
r"\faStepBackward\faStepForward",
20+
fill_color=logo_black,
21+
tex_template=tex_template,
22+
).scale(4)
1923
book.next_to(ds_m, LEFT)
20-
book.shift(LEFT + .5 * DOWN)
24+
book.shift(LEFT + 0.5 * DOWN)
2125
circle = Circle(color=logo_green, fill_opacity=1).shift(LEFT)
2226
square = Square(color=logo_blue, fill_opacity=1).shift(UP)
2327
triangle = Triangle(color=logo_red, fill_opacity=1).shift(RIGHT)

0 commit comments

Comments
 (0)