Skip to content

Commit a71ce63

Browse files
MetallifaxBethanyG
authored andcommitted
[Lasagna]: corrected under-indentation in exemplar
1 parent a257a4f commit a71ce63

File tree

1 file changed

+6
-6
lines changed
  • exercises/concept/guidos-gorgeous-lasagna/.meta

1 file changed

+6
-6
lines changed

exercises/concept/guidos-gorgeous-lasagna/.meta/exemplar.py

+6-6
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@
1111
def bake_time_remaining(elapsed_bake_time):
1212
"""Calculate the bake time remaining.
1313
14-
:param elapsed_bake_time: int baking time already elapsed
15-
:return: int remaining bake time (in minutes) derived from 'EXPECTED_BAKE_TIME'
14+
:param elapsed_bake_time: int baking time already elapsed
15+
:return: int remaining bake time (in minutes) derived from 'EXPECTED_BAKE_TIME'
1616
17-
Function that takes the actual minutes the lasagna has been in the oven as
18-
an argument and returns how many minutes the lasagna still needs to bake
19-
based on the `EXPECTED_BAKE_TIME`.
20-
"""
17+
Function that takes the actual minutes the lasagna has been in the oven as
18+
an argument and returns how many minutes the lasagna still needs to bake
19+
based on the `EXPECTED_BAKE_TIME`.
20+
"""
2121

2222
return EXPECTED_BAKE_TIME - elapsed_bake_time
2323

0 commit comments

Comments
 (0)