Skip to content

Commit 7ab02db

Browse files
author
DirDraggo
committed
added end of file
1 parent a076570 commit 7ab02db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CodeHS/6/3/8/Area-of-a-square-with-default-parameters-Travis.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ def calculate_area(side_length = 10):
77
if user_length <= 0:
88
calculate_area()
99
else:
10-
calculate_area(user_length)
10+
calculate_area(user_length)

0 commit comments

Comments
 (0)