quality : format code

This commit is contained in:
ganfra 2025-11-13 16:00:07 +01:00
parent 7400fd6c84
commit 9618e9ad51
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?>
}