Skip to content

Commit

Permalink
remove blank line at end of file, phetsims/chipper#1427
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Kauzmann <michael.kauzmann@colorado.edu>
  • Loading branch information
zepumph committed Mar 22, 2024
1 parent 85723a9 commit b1c1745
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion github-dashboard/issueReport.js
Original file line number Diff line number Diff line change
Expand Up @@ -111,4 +111,4 @@ const getAssignedIssuesByRepo = async () => {
}

await getAssignedIssuesByRepo();
} )();
} )();
3 changes: 1 addition & 2 deletions github-labels/update-repos-list.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,5 +48,4 @@ const fs = require( 'fs' );

// Clean up
await fs.promises.unlink( '.repos.old' );
} )();

} )();
2 changes: 1 addition & 1 deletion sim-info/generateMarkdownOutput.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -59,4 +59,4 @@ repos.forEach( repoName => {
responsibleTableString += `| ${repoName} | ${responsibleDeveloper} | ${responsibleDesigner} | ${features} | \n`;
} );

fs.writeFileSync( './phet-info/sim-info/responsible_dev.md', responsibleTableString );
fs.writeFileSync( './phet-info/sim-info/responsible_dev.md', responsibleTableString );
2 changes: 1 addition & 1 deletion sim-info/getAllRepos.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,4 +55,4 @@ module.exports = async () => {
repos = repos.concat( await getSomeRepos( i ) );
}
return repos.sort();
};
};

0 comments on commit b1c1745

Please sign in to comment.