Removed unnecessary semicolon

master
Robinson 2021-12-15 15:46:49 -07:00
parent 2803179d57
commit 1ff6d27a8e
No known key found for this signature in database
GPG Key ID: 8E7DB78588BD6F5C
1 changed files with 1 additions and 1 deletions

View File

@ -76,7 +76,7 @@ object Updates {
val updateInfo = UpdateInfo(uuid, data)
synchronized(updates) {
if (updates.isEmpty()) {
initThread();
initThread()
}
var mutableList = updates[`class`]