Skip to content
Snippets Groups Projects
Commit 9640893b authored by Lloyd Hilaiel's avatar Lloyd Hilaiel
Browse files

add a newline at EOF

parent d38f0ea1
No related branches found
No related tags found
No related merge requests found
......@@ -15,4 +15,4 @@ var path = require('path'),
i18n = require(path.join(__dirname, '../lib/i18n.js'));
var langs = config.get('supported_languages');
process.stdout.write(format("%s\n", langs.map(i18n.localeFrom).join(' ')));
\ No newline at end of file
process.stdout.write(format("%s\n", langs.map(i18n.localeFrom).join(' ')));
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment