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 08f9739 commit 77d5d63
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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/blackbody-spectrum/view/BlackbodySpectrumThermometer.js
Original file line number Diff line number Diff line change
Expand Up @@ -184,4 +184,4 @@ class BlackbodySpectrumThermometer extends ThermometerNode {
}

blackbodySpectrum.register( 'BlackbodySpectrumThermometer', BlackbodySpectrumThermometer );
export default BlackbodySpectrumThermometer;
export default BlackbodySpectrumThermometer;
2 changes: 1 addition & 1 deletion js/blackbody-spectrum/view/GraphValuesPointNode.js
Original file line number Diff line number Diff line change
Expand Up @@ -258,4 +258,4 @@ class GraphValuesPointNode extends Node {
}

blackbodySpectrum.register( 'GraphValuesPointNode', GraphValuesPointNode );
export default GraphValuesPointNode;
export default GraphValuesPointNode;
2 changes: 1 addition & 1 deletion js/blackbody-spectrum/view/ZoomableAxesView.js
Original file line number Diff line number Diff line change
Expand Up @@ -448,4 +448,4 @@ class ZoomableAxesView extends Node {
}

blackbodySpectrum.register( 'ZoomableAxesView', ZoomableAxesView );
export default ZoomableAxesView;
export default ZoomableAxesView;

0 comments on commit 77d5d63

Please sign in to comment.