From 77d5d63d553851170ccf4957ec5bcd007912a105 Mon Sep 17 00:00:00 2001 From: Michael Kauzmann Date: Fri, 22 Mar 2024 08:53:08 -0600 Subject: [PATCH] remove blank line at end of file, https://github.com/phetsims/chipper/issues/1427 Signed-off-by: Michael Kauzmann --- Gruntfile.js | 2 +- js/blackbody-spectrum/view/BlackbodySpectrumThermometer.js | 2 +- js/blackbody-spectrum/view/GraphValuesPointNode.js | 2 +- js/blackbody-spectrum/view/ZoomableAxesView.js | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Gruntfile.js b/Gruntfile.js index 5a8b1d0..fab543d 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -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' ); \ No newline at end of file diff --git a/js/blackbody-spectrum/view/BlackbodySpectrumThermometer.js b/js/blackbody-spectrum/view/BlackbodySpectrumThermometer.js index 91ad4ba..74d99ea 100644 --- a/js/blackbody-spectrum/view/BlackbodySpectrumThermometer.js +++ b/js/blackbody-spectrum/view/BlackbodySpectrumThermometer.js @@ -184,4 +184,4 @@ class BlackbodySpectrumThermometer extends ThermometerNode { } blackbodySpectrum.register( 'BlackbodySpectrumThermometer', BlackbodySpectrumThermometer ); -export default BlackbodySpectrumThermometer; +export default BlackbodySpectrumThermometer; \ No newline at end of file diff --git a/js/blackbody-spectrum/view/GraphValuesPointNode.js b/js/blackbody-spectrum/view/GraphValuesPointNode.js index 2b860ae..6196ba7 100644 --- a/js/blackbody-spectrum/view/GraphValuesPointNode.js +++ b/js/blackbody-spectrum/view/GraphValuesPointNode.js @@ -258,4 +258,4 @@ class GraphValuesPointNode extends Node { } blackbodySpectrum.register( 'GraphValuesPointNode', GraphValuesPointNode ); -export default GraphValuesPointNode; +export default GraphValuesPointNode; \ No newline at end of file diff --git a/js/blackbody-spectrum/view/ZoomableAxesView.js b/js/blackbody-spectrum/view/ZoomableAxesView.js index 4bb02a3..a9dceed 100644 --- a/js/blackbody-spectrum/view/ZoomableAxesView.js +++ b/js/blackbody-spectrum/view/ZoomableAxesView.js @@ -448,4 +448,4 @@ class ZoomableAxesView extends Node { } blackbodySpectrum.register( 'ZoomableAxesView', ZoomableAxesView ); -export default ZoomableAxesView; +export default ZoomableAxesView; \ No newline at end of file