fix: add additional new line for prettier (#168)

* fix: add additional new line for prettier

* update snpashot

* readme

* at end not start
This commit is contained in:
Jake Bolam 2019-02-21 21:40:17 -05:00 committed by GitHub
parent cc3d0d5bf7
commit e0240def24
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 1 deletions

File diff suppressed because one or more lines are too long

View file

@ -10,6 +10,7 @@ These people contributed to the project:
<!-- ALL-CONTRIBUTORS-LIST:START -->
<!-- prettier-ignore -->
<table><tr><td align=\\"center\\">Kent C. Dodds is awesome!</td><td align=\\"center\\">Divjot Singh is awesome!</td><td align=\\"center\\">Jeroen Engels is awesome!</td></tr></table>
<!-- ALL-CONTRIBUTORS-LIST:END -->
Thanks a lot everyone!"
@ -25,6 +26,7 @@ These people contributed to the project:
<!-- ALL-CONTRIBUTORS-LIST:START -->
<!-- prettier-ignore -->
<table><tr><td align=\\"center\\">Kent C. Dodds is awesome!</td><td align=\\"center\\">Kent C. Dodds is awesome!</td><td align=\\"center\\">Kent C. Dodds is awesome!</td><td align=\\"center\\">Kent C. Dodds is awesome!</td><td align=\\"center\\">Kent C. Dodds is awesome!</td></tr><tr><td align=\\"center\\">Kent C. Dodds is awesome!</td><td align=\\"center\\">Kent C. Dodds is awesome!</td></tr></table>
<!-- ALL-CONTRIBUTORS-LIST:END -->
Thanks a lot everyone!"

View file

@ -48,7 +48,7 @@ function generateContributorsList(options, contributors) {
_.map(formatLine),
_.join('</tr><tr>'),
newContent => {
return `\n<table><tr>${newContent}</tr></table>\n`
return `\n<table><tr>${newContent}</tr></table>\n\n`
},
)(contributors)
}