mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2024-12-31 20:07:32 +01:00
Fix ktlint issue that was accidentally merged (#8139)
This commit is contained in:
parent
2453f2cee0
commit
a358644354
1
changelog.d/8139.misc
Normal file
1
changelog.d/8139.misc
Normal file
@ -0,0 +1 @@
|
||||
Fix ktlint issue with fields and a new line.
|
@ -33,6 +33,7 @@ class CountUpTimer(
|
||||
|
||||
private val lastTime: AtomicLong = AtomicLong(clock.epochMillis())
|
||||
private val elapsedTime: AtomicLong = AtomicLong(0)
|
||||
|
||||
// To ensure that the regular tick value is an exact multiple of `intervalInMs`
|
||||
private val specialRound = SpecialRound(intervalInMs)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user