Slight code cleanup

This commit is contained in:
ceikry 2021-08-08 23:28:27 -05:00
parent 1f8073354d
commit 0d0f5e0e69

View file

@ -98,7 +98,7 @@ class MajorUpdateWorker {
Thread.sleep(max(600 - (end - start), 0))
}
}
fun start() = {
fun start() {
if(!started){
worker.start()
}