Apply ktlint format

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

View file

@ -17,5 +17,5 @@
package io.element.android.x.features.logout
sealed interface LogoutPreferenceEvents {
object Logout: LogoutPreferenceEvents
object Logout : LogoutPreferenceEvents
}