Skip to content

Commit 2eeaeda

Browse files
committed
Fix missing newline at the end of fibonacci_printer.py
1 parent 06abf25 commit 2eeaeda

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

fibonacci_printer/fibonacci_printer.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,4 @@
99
a, b = b, a + b
1010
count += 1
1111

12-
print()
13-
12+
print()

0 commit comments

Comments
 (0)