fix: fix formatting

This commit is contained in:
2021-05-02 00:19:01 +02:00
parent c8de7e25c8
commit 21fccee0df
2 changed files with 10 additions and 15 deletions

View File

@ -45,7 +45,6 @@ public class EntityID {
return "["+type.toString()+":"+id+"]";
}
@Override
public boolean equals(Object o) {
if (this == o) return true;