mirror of
https://github.com/mihonapp/mihon.git
synced 2025-03-13 16:20:08 +01:00
style: nothing change
This commit is contained in:
parent
f49edd6160
commit
0430b85ecc
@ -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)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user