quality : format code

This commit is contained in:
ganfra 2025-11-13 16:00:07 +01:00
parent fbb906fd64
commit 3086d1e8e3
4 changed files with 2 additions and 5 deletions

View file

@ -235,5 +235,4 @@ interface Timeline : AutoCloseable {
* Get the latest event id of the timeline.
*/
suspend fun getLatestEventId(): Result<EventId?>
}