Slight code cleanup

This commit is contained in:
ceikry
2021-08-08 23:28:27 -05:00
parent 7e30a30192
commit be194f6e5e
@@ -98,7 +98,7 @@ class MajorUpdateWorker {
Thread.sleep(max(600 - (end - start), 0)) Thread.sleep(max(600 - (end - start), 0))
} }
} }
fun start() = { fun start() {
if(!started){ if(!started){
worker.start() worker.start()
} }