Clean
This commit is contained in:
parent
90b0a60a5c
commit
0c8eeb20f8
4 changed files with 1 additions and 75 deletions
|
|
@ -16,7 +16,6 @@
|
|||
|
||||
package io.element.android.libraries.core.extensions
|
||||
|
||||
|
||||
fun Boolean.toOnOff() = if (this) "ON" else "OFF"
|
||||
|
||||
inline fun <T> T.ooi(block: (T) -> Unit): T = also(block)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue