prettified the code

This commit is contained in:
Martin Gondermann
2016-06-27 09:14:55 +02:00
parent db4bdd0a9b
commit fa1ddcb623
2 changed files with 8 additions and 6 deletions

View File

@@ -39,7 +39,7 @@ var upgradeV0toV1 = function(config_v0) {
var config = loadDefault(1);
config.teams.push({
name: 'Primary team',
url: config_v0.url
url: config_v0.url
});
return config;
};