Ignore ktlint issue for this particular val.
This commit is contained in:
parent
7572968e20
commit
bac1e3902c
1 changed files with 1 additions and 0 deletions
|
|
@ -85,6 +85,7 @@ private class TestableMutableState<T>(
|
|||
value: T
|
||||
) : MutableState<T> {
|
||||
|
||||
@Suppress("ktlint:standard:property-naming")
|
||||
private val _deque = ArrayDeque<T>(listOf(value))
|
||||
|
||||
override var value: T
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue