Skip to content

Commit fa95076

Browse files
committed
Run eslint-fix
1 parent 97c2b4b commit fa95076

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

runok.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -526,7 +526,7 @@ ${changelog}`
526526
if (match) {
527527
const updatedContent = content.replace(
528528
contributorsSectionRegex,
529-
`${match[1]}\n${contributorsTable}\n${match[3]}`
529+
`${match[1]}\n${contributorsTable}\n${match[3]}`,
530530
);
531531
fs.writeFileSync(readmePath, updatedContent, 'utf-8');
532532
} else {

0 commit comments

Comments
 (0)