diff --git a/tools/inject-bundle-locale.js b/tools/inject-bundle-locale.js index f9728b6505..28388d30d8 100644 --- a/tools/inject-bundle-locale.js +++ b/tools/inject-bundle-locale.js @@ -132,4 +132,4 @@ languages.forEach(function(lang) { fs.writeFileSync(source, content, 'utf8'); }); -console.log(`Injected ${total} localization strings to "${bundle}" locales. Use git to inspect changes.`); \ No newline at end of file +console.log(`Injected ${total} localization strings to "${bundle}" locales. Use git to inspect changes.`);