style: run clippy fix and fmt (#9965)

This commit is contained in:
Brooooooklyn
2025-02-05 13:48:17 +00:00
parent db1fcf42c9
commit 58aa18afa6
11 changed files with 54 additions and 27 deletions

View File

@@ -51,7 +51,7 @@ impl SqliteDocStorage {
let name: &str = row.try_get("description")?;
Ok(name == "init_v2")
}
_ => return Ok(false),
_ => Ok(false),
}
}