Apply ktlint format
This commit is contained in:
parent
f95b3b5d79
commit
55d6ca566f
28 changed files with 17 additions and 39 deletions
|
|
@ -25,7 +25,7 @@ import io.element.android.x.matrix.MatrixClient
|
|||
|
||||
@SingleIn(SessionScope::class)
|
||||
@MergeSubcomponent(SessionScope::class)
|
||||
interface SessionComponent: NodeFactoriesBindings, RoomComponent.ParentBindings {
|
||||
interface SessionComponent : NodeFactoriesBindings, RoomComponent.ParentBindings {
|
||||
|
||||
fun matrixClient(): MatrixClient
|
||||
|
||||
|
|
|
|||
|
|
@ -33,5 +33,4 @@ class MatrixInitializer : Initializer<Unit> {
|
|||
}
|
||||
|
||||
override fun dependencies(): List<Class<out Initializer<*>>> = listOf(TimberInitializer::class.java)
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue