From b9a90c0be7ec464a97f6bc6b491b50ae6417ca8b Mon Sep 17 00:00:00 2001 From: Michael Kauzmann Date: Fri, 22 Mar 2024 08:54:01 -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 858bd55..2ae9dcb 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