fix: add blank lines on empty seeds (#41348)

This commit is contained in:
Andrew Cen
2021-03-04 04:14:28 +07:00
committed by GitHub
parent 728f44ab38
commit 65cc800689
13 changed files with 13 additions and 0 deletions

View File

@ -33,6 +33,7 @@ assert(myMap.get('freeCodeCamp') === 'Awesome!');
## --seed-contents--
```js
```
# --solutions--