diff --git a/.github/scripts/update-contributors.js b/.github/scripts/update-contributors.js index 87f243d84..5d5beb2e2 100644 --- a/.github/scripts/update-contributors.js +++ b/.github/scripts/update-contributors.js @@ -35,7 +35,7 @@ function fetchPage() { ${user.login}
- ${user.login} +
${user.login} `; @@ -57,4 +57,4 @@ function fetchPage() { }); } -fetchPage(); +fetchPage(); \ No newline at end of file