mirror of
https://github.com/vector-im/element-android.git
synced 2024-11-16 02:05:06 +08:00
Fix ktlint on TestPermalinkService
This commit is contained in:
parent
a68471afe3
commit
094ebe6764
@ -19,7 +19,7 @@ package org.matrix.android.sdk.internal.session.room.send
|
||||
import org.matrix.android.sdk.api.session.events.model.Event
|
||||
import org.matrix.android.sdk.api.session.permalinks.PermalinkService
|
||||
|
||||
class TestPermalinkService: PermalinkService {
|
||||
class TestPermalinkService : PermalinkService {
|
||||
override fun createPermalink(event: Event, forceMatrixTo: Boolean): String? {
|
||||
return null
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user