formatting change

This commit is contained in:
2025-05-15 17:58:35 +02:00
parent 38cec2de08
commit 4c1cc68acc
@@ -59,7 +59,8 @@ public interface EnchantioEnchant {
static @Nullable ItemStack findFirstWithEnchant(
@NotNull EntityEquipment equipment,
@NotNull Enchantment enchantment) {
@NotNull Enchantment enchantment
) {
Set<EquipmentSlotGroup> equipmentSlotGroups = enchantment.getActiveSlotGroups();