Skip to content

Commit

Permalink
Fix table formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
be5invis committed May 18, 2020
1 parent 47813e2 commit 97d7f22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utility/generate-release-note/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ async function GeneratePackageList(out) {
out.log(`</tr>`);
}
}
out.log(`</table>`);
out.log(`</table>\n`);
}

function noBreak(s) {
Expand Down

0 comments on commit 97d7f22

Please sign in to comment.