Skip to content

Commit b395080

Browse files
authored
fix(curriculum): excessive blank lines in seed (freeCodeCamp#56793)
1 parent e1fc907 commit b395080

File tree

5 files changed

+1
-7
lines changed

5 files changed

+1
-7
lines changed

curriculum/challenges/english/07-scientific-computing-with-python/learn-data-structures-by-building-the-merge-sort-algorithm/6577254891048c8f2c19e961.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ You should call `merge_sort()` again after the previous function call.
3030
## --seed-contents--
3131

3232
```py
33-
3433
--fcc-editable-region--
3534
def merge_sort(array):
3635
middle_point = len(array) // 2

curriculum/challenges/english/07-scientific-computing-with-python/learn-lambda-functions-by-building-an-expense-tracker/65821fcc010c3245718f2a06.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ You should not have `pass` in your function.
2929

3030
## --seed-contents--
3131

32-
```py
32+
```py
3333
--fcc-editable-region--
3434
def add_expense(expenses, amount, category):
3535
pass

curriculum/challenges/english/07-scientific-computing-with-python/learn-the-bisection-method-by-finding-the-square-root-of-a-number/65ef190c6b51e9b5a5f7ed29.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ Your function should have these parameters: `square_target`, `tolerance = 1e-7`,
2828
## --seed-contents--
2929

3030
```py
31-
3231
--fcc-editable-region--
3332
def square_root_bisection():
3433
pass

curriculum/challenges/english/15-javascript-algorithms-and-data-structures-22/learn-modern-javascript-methods-by-building-football-team-cards/63f28972973504e7bb58b0b3.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -480,6 +480,4 @@ const setPlayerCards = (arr = players) => {
480480

481481
--fcc-editable-region--
482482

483-
484-
485483
```

curriculum/challenges/english/15-javascript-algorithms-and-data-structures-22/learn-modern-javascript-methods-by-building-football-team-cards/63f28ef082d771e8bf71f94a.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -470,6 +470,4 @@ playersDropdownList.addEventListener("change", () => {
470470

471471
--fcc-editable-region--
472472

473-
474-
475473
```

0 commit comments

Comments
 (0)