Format files to adhere to editorconfig (#7977)

This commit is contained in:
Blade Barringer
2016-09-07 12:58:26 -05:00
committed by GitHub
parent da8f0373ba
commit ee409174f1
40 changed files with 96 additions and 96 deletions
+1 -1
View File
@@ -51,4 +51,4 @@ schema.methods.addComputedStatsToJSONObj = function addComputedStatsToUserJSONOb
obj.stats.toNextLevel = common.tnl(this.stats.lvl);
obj.stats.maxHealth = common.maxHealth;
obj.stats.maxMP = common.statsComputed(this).maxMP;
};
};