Fix whitespace

This commit is contained in:
Sollace 2023-10-05 18:16:28 +01:00
parent 012cc2aee3
commit ec151ad092
No known key found for this signature in database
GPG key ID: E52FACE7B5C773DB

View file

@ -31,7 +31,7 @@ public class UnicopiaTrinket implements Trinket {
}
if (stack.getItem() instanceof Equipment q) {
entity.playSound( q.getEquipSound(), 1, 1);
entity.playSound(q.getEquipSound(), 1, 1);
}
}