Slight code cleanup
This commit is contained in:
@@ -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()
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user