cleanup: remove unnecessary semicolon

This commit is contained in:
P0nk
2021-04-08 07:34:56 +02:00
parent f37d4063fb
commit 0ff8a80ef2
9 changed files with 26 additions and 33 deletions

View File

@@ -108,5 +108,5 @@ public enum MonitoredLockType {
MAP_AGGRO_IDLE,
MINIDUNGEON,
REACTOR,
REACTOR_HIT;
REACTOR_HIT
}