Timeline: rename file

This commit is contained in:
ganfra
2023-07-12 22:48:57 +02:00
parent 9784d8c874
commit 1a0dc8266b

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