Timeline: rename file
This commit is contained in:
parent
e334100b75
commit
a92fa391e5
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