client: Correctly format PartyChanged

This commit is contained in:
Max Weber
2019-01-31 20:40:34 -07:00
parent b72c37c0b4
commit 77b0f10b92

View File

@@ -30,5 +30,5 @@ import lombok.Value;
@Value @Value
public class PartyChanged public class PartyChanged
{ {
private final UUID partyId; private final UUID partyId;
} }