Ignore ktlint issue for this particular val.
This commit is contained in:
committed by
Benoit Marty
parent
7572968e20
commit
bac1e3902c
+1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user