Improve code formatting

By: md_5 <git@md-5.net>
This commit is contained in:
CraftBukkit/Spigot
2020-07-01 14:17:48 +10:00
parent d8ea824b93
commit fbb02f52f2
5 changed files with 5 additions and 4 deletions

View File

@@ -1530,7 +1530,7 @@ public class CraftPlayer extends CraftHumanEntity implements Player {
break;
}
}
AttributeModifiable dummy = new AttributeModifiable(GenericAttributes.MAX_HEALTH, (attribute) -> {});
AttributeModifiable dummy = new AttributeModifiable(GenericAttributes.MAX_HEALTH, (attribute) -> { });
dummy.setValue(scaledHealth ? healthScale : getMaxHealth());
collection.add(dummy);
}