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 eb2bc64 commit 2353ae7
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/diffusion.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@
// modules
import Namespace from '../../phet-core/js/Namespace.js';

export default new Namespace( 'diffusion' );
export default new Namespace( 'diffusion' );

0 comments on commit 2353ae7

Please sign in to comment.