Fix formatting

This commit is contained in:
ganfra 2026-04-16 16:18:53 +02:00
parent 6b933b6506
commit fbfeeae084
14 changed files with 31 additions and 52 deletions

View file

@ -71,4 +71,3 @@ private fun RustLiveLocationShare.into(): LiveLocationShare {
endTimestamp = (startTs + timeout).toLong()
)
}

View file

@ -52,5 +52,4 @@ internal fun Flow<List<LiveLocationShare>>.timedByExpiry(
send(liveShares)
reschedule(liveShares)
}
}