Skip to content

Commit

Permalink
ci: fixed the broken markdown in currency report
Browse files Browse the repository at this point in the history
  • Loading branch information
aryamohanan committed Nov 8, 2024
1 parent 0a0baf2 commit c6f2b27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/currency/generate-currency-report.js
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ function jsonToMarkdown(data) {

markdown +=
// eslint-disable-next-line max-len
'|--------------|---------|---------|-----------------------------|----------------|-------------|------------|------|------------|--------------|--------------|\n';
'|--------------|---------|---------|-----------------------------|----------------|-------------|------------|------|--------------|--------------|\n';

// eslint-disable-next-line no-restricted-syntax
for (const entry of data) {
Expand Down

0 comments on commit c6f2b27

Please sign in to comment.