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 <[email protected]>
  • Loading branch information
zepumph committed Mar 22, 2024
1 parent c76b4fb commit 8e90ae3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
/* eslint-env node */

// use chipper's gruntfile
module.exports = require( '../chipper/js/grunt/Gruntfile.js' );
module.exports = require( '../chipper/js/grunt/Gruntfile.js' );
2 changes: 1 addition & 1 deletion js/view/CCKCColors.ts
Original file line number Diff line number Diff line change
Expand Up @@ -57,4 +57,4 @@ const CCKCColors = {
};

circuitConstructionKitCommon.register( 'CCKCColors', CCKCColors );
export default CCKCColors;
export default CCKCColors;

0 comments on commit 8e90ae3

Please sign in to comment.