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 2079202 commit 9b9547f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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/common/view/EquilibriumPositionCheckbox.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,4 @@ export default class EquilibriumPositionCheckbox extends Checkbox {
}
}

hookesLaw.register( 'EquilibriumPositionCheckbox', EquilibriumPositionCheckbox );
hookesLaw.register( 'EquilibriumPositionCheckbox', EquilibriumPositionCheckbox );
2 changes: 1 addition & 1 deletion js/common/view/SpringConstantControl.ts
Original file line number Diff line number Diff line change
Expand Up @@ -95,4 +95,4 @@ export default class SpringConstantControl extends NumberControl {
}
}

hookesLaw.register( 'SpringConstantControl', SpringConstantControl );
hookesLaw.register( 'SpringConstantControl', SpringConstantControl );

0 comments on commit 9b9547f

Please sign in to comment.