Skip to content

Commit 88f38a0

Browse files
committed
Format files.
1 parent f0291b2 commit 88f38a0

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

features/invite/impl/src/main/kotlin/io/element/android/features/invite/impl/declineandblock/DeclineAndBlockPresenter.kt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,11 @@ import kotlinx.coroutines.CoroutineScope
2929
import kotlinx.coroutines.launch
3030

3131
@Inject
32-
class DeclineAndBlockPresenter(
32+
class DeclineAndBlockPresenter(
3333
@Assisted private val inviteData: InviteData,
3434
private val declineInvite: DeclineInvite,
3535
private val snackbarDispatcher: SnackbarDispatcher,
36-
) : Presenter<DeclineAndBlockState> {
36+
) : Presenter<DeclineAndBlockState> {
3737
@AssistedFactory
3838
interface Factory {
3939
fun create(inviteData: InviteData): DeclineAndBlockPresenter
@@ -90,4 +90,4 @@ import kotlinx.coroutines.launch
9090
}
9191
}
9292
}
93-
}
93+
}

features/viewfolder/impl/src/main/kotlin/io/element/android/features/viewfolder/impl/folder/ViewFolderPresenter.kt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@ import io.element.android.libraries.architecture.Presenter
2121
import kotlinx.collections.immutable.toImmutableList
2222

2323
@Inject
24-
class ViewFolderPresenter(
24+
class ViewFolderPresenter(
2525
@Assisted val canGoUp: Boolean,
2626
@Assisted val path: String,
2727
private val folderExplorer: FolderExplorer,
28-
) : Presenter<ViewFolderState> {
28+
) : Presenter<ViewFolderState> {
2929
@AssistedFactory
3030
interface Factory {
3131
fun create(canGoUp: Boolean, path: String): ViewFolderPresenter
@@ -45,4 +45,4 @@ import kotlinx.collections.immutable.toImmutableList
4545
content = content.toImmutableList(),
4646
)
4747
}
48-
}
48+
}

0 commit comments

Comments
 (0)