mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-02-17 04:20:00 +03:00
Fix ktlint on TestPermalinkService
This commit is contained in:
parent
a68471afe3
commit
094ebe6764
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue