mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-05-28 18:26:54 +00:00
fix(curriculum): excessive blank lines in seed (#56793)
This commit is contained in:
-1
@@ -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
|
||||
|
||||
+1
-1
@@ -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
|
||||
|
||||
-1
@@ -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
|
||||
|
||||
-2
@@ -480,6 +480,4 @@ const setPlayerCards = (arr = players) => {
|
||||
|
||||
--fcc-editable-region--
|
||||
|
||||
|
||||
|
||||
```
|
||||
|
||||
-2
@@ -470,6 +470,4 @@ playersDropdownList.addEventListener("change", () => {
|
||||
|
||||
--fcc-editable-region--
|
||||
|
||||
|
||||
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user