From 8e90ae39e18ea7e40c10ddb68c0913ccd9a54d1e Mon Sep 17 00:00:00 2001 From: Michael Kauzmann Date: Fri, 22 Mar 2024 08:52:42 -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/view/CCKCColors.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Gruntfile.js b/Gruntfile.js index 5a8b1d059..fab543d34 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/view/CCKCColors.ts b/js/view/CCKCColors.ts index ed48f63f0..a1ee1bc63 100644 --- a/js/view/CCKCColors.ts +++ b/js/view/CCKCColors.ts @@ -57,4 +57,4 @@ const CCKCColors = { }; circuitConstructionKitCommon.register( 'CCKCColors', CCKCColors ); -export default CCKCColors; +export default CCKCColors; \ No newline at end of file