style: nothing change

This commit is contained in:
Lorg0n 2025-01-02 02:54:49 +03:00
parent f49edd6160
commit 0430b85ecc

View File

@ -119,7 +119,7 @@ class Hikka(id: Long) : BaseTracker(id, "Hikka"), DeletableTracker {
track.score = readContent.score.toDouble() track.score = readContent.score.toDouble()
update(track) update(track)
} else { } else {
track.score = 0.0; track.score = 0.0
update(track) update(track)
} }
} }