diff --git a/03/fibomod.py b/03/fibomod.py
index cb76728..c939dad 100755
--- a/03/fibomod.py
+++ b/03/fibomod.py
@@ -21,7 +21,7 @@ def svgpoly(points):
return f''
def svgline(p1, p2):
- return f'\n'
+ return f'\n'
def svglines(points):
lines = ""
@@ -32,16 +32,20 @@ def svglines(points):
lines += svgline(points[-1], points[0])
return lines
-print('