From 0aa31a493b7d39118321ed319938ad47e312f102 Mon Sep 17 00:00:00 2001 From: Brendan Dahl Date: Tue, 20 Mar 2018 16:36:37 -0700 Subject: [PATCH] Add new line to default preferences. --- gulpfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gulpfile.js b/gulpfile.js index c764641f7..b32141d78 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -710,7 +710,7 @@ function preprocessDefaultPreferences(content) { defines: DEFINES, }, content); - return licenseHeader + '\n' + MODIFICATION_WARNING + '\n' + content; + return licenseHeader + '\n' + MODIFICATION_WARNING + '\n' + content + '\n'; } gulp.task('firefox-pre', ['buildnumber', 'locale'], function () {