Skip to content

Commit 0aa3224

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 9f45232 commit 0aa3224

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

fractals/gosper_curve.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@
88

99

1010
def draw_gosper_curve(
11-
side_length: float, depth: int, direction: int = -1, angle: float = 60.0) -> None:
11+
side_length: float, depth: int, direction: int = -1, angle: float = 60.0
12+
) -> None:
1213
"""
1314
Recursively draws a Gosper curve fractal.
1415

0 commit comments

Comments
 (0)