From b7887d5f4a5f57faf524c8383d0fe17db92dba8f Mon Sep 17 00:00:00 2001 From: Michael Kauzmann Date: Fri, 22 Mar 2024 08:52:43 -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 60518e79..4fbaf6c0 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