Clean
This commit is contained in:
parent
c2ca91210e
commit
c5830eb9c0
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