Fix lints & format

This commit is contained in:
Andras Schmelczer 2026-05-09 15:28:43 +01:00
commit 792f57dc7e
36 changed files with 555 additions and 1900 deletions

View file

@ -83,7 +83,6 @@ pub struct DocumentVersion {
pub device_id: DeviceId,
}
impl From<StoredDocumentVersion> for DocumentVersion {
fn from(value: StoredDocumentVersion) -> Self {
Self {