Skip to content

Commit 08c4f77

Browse files
authored
Merge pull request #234 from huangchieh/removeExtra
Remove extra empty line and optimize formatting
2 parents 6b0fcb5 + aa5f239 commit 08c4f77

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

content/code/python/reactor_temperature.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
def check_reactor_temperature(temperature_celsius): """
1+
def check_reactor_temperature(temperature_celsius):
2+
"""
23
Checks whether temperature is above max_temperature
34
and returns a status.
45
"""

content/continuous-integration.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,6 @@ in the [Collaborative Git lesson](https://coderefinery.github.io/git-collaborati
6666
and a file `test_functions.py` containing:
6767
6868
```python
69-
7069
from functions import add, subtract, multiply
7170
from functions import convert_fahrenheit_to_celsius as f2c
7271
import pytest

0 commit comments

Comments
 (0)