Skip to content

Commit

Permalink
Fix indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
yongjhih committed Apr 12, 2016
1 parent a7a59b0 commit b3304d4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down Expand Up @@ -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 + ')');
});

0 comments on commit b3304d4

Please sign in to comment.