checkstyle: use default tokens for WhitespaceAround

This commit is contained in:
Adam
2017-06-17 21:46:33 -04:00
parent 437e99f511
commit b1ab29d8dd
2 changed files with 2 additions and 4 deletions

View File

@@ -84,7 +84,7 @@ public class XpGlobes extends Plugin
{
startingXp = Experience.getXpForLevel(currentLevel);
}
int goalXp = Experience.getXpForLevel(currentLevel+1);
int goalXp = Experience.getXpForLevel(currentLevel + 1);
int skillIdx = skill.ordinal();
XpGlobe cachedGlobe = globeCache[skillIdx];