fix(curriculum): excessive blank lines in seed (#56793)

This commit is contained in:
Krzysztof G.
2024-10-24 15:04:47 +02:00
committed by GitHub
parent e1fc9077fc
commit b39508057b
5 changed files with 1 additions and 7 deletions
@@ -30,7 +30,6 @@ You should call `merge_sort()` again after the previous function call.
## --seed-contents--
```py
--fcc-editable-region--
def merge_sort(array):
middle_point = len(array) // 2
@@ -29,7 +29,7 @@ You should not have `pass` in your function.
## --seed-contents--
```py
```py
--fcc-editable-region--
def add_expense(expenses, amount, category):
pass
@@ -28,7 +28,6 @@ Your function should have these parameters: `square_target`, `tolerance = 1e-7`,
## --seed-contents--
```py
--fcc-editable-region--
def square_root_bisection():
pass
@@ -480,6 +480,4 @@ const setPlayerCards = (arr = players) => {
--fcc-editable-region--
```
@@ -470,6 +470,4 @@ playersDropdownList.addEventListener("change", () => {
--fcc-editable-region--
```