Timeline: rename file
This commit is contained in:
parent
9784d8c874
commit
1a0dc8266b
1 changed files with 2 additions and 2 deletions
|
|
@ -16,6 +16,6 @@
|
|||
|
||||
package io.element.android.libraries.matrix.api.timeline
|
||||
|
||||
sealed class TimelineException: Exception() {
|
||||
object CannotPaginate: TimelineException()
|
||||
sealed class TimelineException : Exception() {
|
||||
object CannotPaginate : TimelineException()
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue