Skip to content

Commit d400d84

Browse files
refactor: add newline at end of file
It is recommended to put a newline at the end of the file.
1 parent 85a00b6 commit d400d84

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Guido's Gorgeous Lasagna/lasagna.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,4 +57,4 @@ def elapsed_time_in_minutes(number_of_layers, elapsed_bake_time):
5757
time already spent baking and calculates the total elapsed minutes spent cooking the
5858
lasagna.
5959
"""
60-
return preparation_time_in_minutes(number_of_layers) + elapsed_bake_time
60+
return preparation_time_in_minutes(number_of_layers) + elapsed_bake_time

Hello_World/hello_world.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
def hello():
2-
return 'Hello, World!'
2+
return 'Hello, World!'

0 commit comments

Comments
 (0)