diff --git a/tools/find-inactive-collaborators.mjs b/tools/find-inactive-collaborators.mjs index 5f0173564b69af..3925f210e7c5e3 100755 --- a/tools/find-inactive-collaborators.mjs +++ b/tools/find-inactive-collaborators.mjs @@ -115,7 +115,7 @@ async function moveCollaboratorToEmeritus(peopleToMove) { // the list, print out the remaining entries to be moved because they come // alphabetically after the last item. if (inCollaboratorEmeritusSection && line === '' && - fileContents.endsWith('>\n')) { + fileContents.endsWith('>\n')) { while (textToMove.length) { fileContents += textToMove.pop(); }