Fix detekt issue.
This commit is contained in:
parent
bc8db88a03
commit
5d1696b122
1 changed files with 2 additions and 2 deletions
|
|
@ -8,6 +8,6 @@
|
||||||
package io.element.android.libraries.sessionstorage.api.observer
|
package io.element.android.libraries.sessionstorage.api.observer
|
||||||
|
|
||||||
interface SessionListener {
|
interface SessionListener {
|
||||||
suspend fun onSessionCreated(userId: String) = Unit
|
suspend fun onSessionCreated(userId: String) {}
|
||||||
suspend fun onSessionDeleted(userId: String, wasLastSession: Boolean) = Unit
|
suspend fun onSessionDeleted(userId: String, wasLastSession: Boolean) {}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue