From eace8f9386a700b1f6d16139707ca78b828e5058 Mon Sep 17 00:00:00 2001 From: Michael Kauzmann Date: Fri, 22 Mar 2024 08:52:50 -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 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gruntfile.js b/Gruntfile.js index 60518e7..4fbaf6c 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