Merge pull request #9590 from brendandahl/new-line

Add new line to default preferences.
This commit is contained in:
Brendan Dahl 2018-03-20 16:42:19 -07:00 committed by GitHub
commit b67f117b56
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 () {