Fix ktlint issue that was accidentally merged (#8139)
This commit is contained in:
parent
2453f2cee0
commit
a358644354
|
@ -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