add newline

This commit is contained in:
Cihan Bebek
2017-07-06 14:09:12 +03:00
parent bac32f31e4
commit c62f00b279

View File

@@ -13,4 +13,4 @@ var production = {
module.exports = function() {
return process.env.ENV == 'development' ? development : production;
}
}