mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-03-19 04:38:44 +03:00
Fix ktlint issue that was accidentally merged (#8139)
This commit is contained in:
parent
2453f2cee0
commit
a358644354
2 changed files with 2 additions and 0 deletions
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…
Add table
Reference in a new issue