mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-06-19 21:09:51 +08:00
fix(curriculum): excessive blank lines in seed (#56793)
This commit is contained in:
parent
e1fc9077fc
commit
b39508057b
@ -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--
|
||||
|
||||
|
||||
|
||||
```
|
||||
|
||||
Loading…
Reference in New Issue
Block a user