Timeline: rename file

This commit is contained in:
ganfra 2023-07-12 22:48:57 +02:00
parent e334100b75
commit a92fa391e5

View file

@ -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()
}