From 5e0c9a6b6cfe309d9d9f73bf4670c043ed67d0ec Mon Sep 17 00:00:00 2001 From: miigotu Date: Fri, 3 Nov 2023 13:23:08 -0400 Subject: [PATCH] Update Gruntfile.js --- Gruntfile.js | 1 - 1 file changed, 1 deletion(-) diff --git a/Gruntfile.js b/Gruntfile.js index a3e665e1e4..1aa9914dd5 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -589,7 +589,6 @@ module.exports = function(grunt) { }); if (contents) { - contents.re grunt.file.write(file, contents.replace(/\n*$/, '\n')); return true; } else {