Skip to content

Commit

Permalink
fix: add missing spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
Pierre Huyghe committed Jan 8, 2022
1 parent ba8a70e commit 2f9440c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/generate/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ function generateContributorsList(options, contributors) {
}),
_.chunk(options.contributorsPerLine),
_.map(formatLine),
_.join('\n </tr>\n <tr>\n '),
_.join('\n </tr>\n <tr>\n '),
newContent => {
return `\n<table>\n \n<tbody>\n <tr>\n ${newContent}\n </tr>\n </tobdy>\n </table>\n\n`
},
Expand Down

0 comments on commit 2f9440c

Please sign in to comment.