From c62f00b279f36559ccf10f7d976bdef1076d17f3 Mon Sep 17 00:00:00 2001 From: Cihan Bebek Date: Thu, 6 Jul 2017 14:09:12 +0300 Subject: [PATCH] add newline --- src/config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config.js b/src/config.js index 49d2ed5..43576a3 100644 --- a/src/config.js +++ b/src/config.js @@ -13,4 +13,4 @@ var production = { module.exports = function() { return process.env.ENV == 'development' ? development : production; -} \ No newline at end of file +}