remove empty line

This commit is contained in:
mooziii
2022-01-08 12:30:18 +01:00
parent f37885cf2f
commit 80ddd04449

View File

@@ -180,5 +180,4 @@ fun ArmorStand.lock(slot: EquipmentSlot) {
for (lock in ArmorStand.LockType.values()) {
addEquipmentLock(slot, lock)
}
}