From b3304d4b1fb3cb44ab7643ea22f4c69a1c5e157a Mon Sep 17 00:00:00 2001 From: Andrew Chen Date: Tue, 12 Apr 2016 14:27:49 +0800 Subject: [PATCH] Fix indentation --- index.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.js b/index.js index 8a9fcc7..8043008 100755 --- a/index.js +++ b/index.js @@ -21,7 +21,7 @@ if (!databaseUri) { var facebookAppIds = process.env.FACEBOOK_APP_IDS; if (facebookAppIds) { - facebookAppIds = facebookAppIds.split(","); + facebookAppIds = facebookAppIds.split(","); } var gcmId = process.env.GCM_ID; @@ -106,5 +106,5 @@ app.get('/', function(req, res) { }); app.listen(port, function() { - console.log('parse-server-example running on ' + serverURL + ' (:' + port + mountPath + ')'); + console.log('parse-server-example running on ' + serverURL + ' (:' + port + mountPath + ')'); });