Apply ktlint format

This commit is contained in:
ganfra 2023-01-13 18:37:28 +01:00
parent b286b8bf9d
commit 1919058aac
28 changed files with 17 additions and 39 deletions

View file

@ -17,7 +17,6 @@
package io.element.android.x.architecture
import androidx.compose.runtime.Composable
import kotlinx.coroutines.flow.Flow
interface Presenter<State> {
@Composable