mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-02-16 20:10:04 +03:00
ktlint
This commit is contained in:
parent
96153fe92a
commit
7f7f90f89e
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ import javax.inject.Inject
|
|||
internal interface GetEventTask : Task<GetEventTask.Params, Event> {
|
||||
data class Params(
|
||||
val roomId: String,
|
||||
val eventId: String,
|
||||
val eventId: String
|
||||
)
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue