clippy/cleanup
This commit is contained in:
@@ -24,7 +24,7 @@ impl ChatDatabase {
|
||||
db.run_pending_migrations(MIGRATIONS)
|
||||
.map_err(|e| anyhow::anyhow!("Error running migrations: {}", e))?;
|
||||
|
||||
return Ok(Self { db });
|
||||
Ok(Self { db })
|
||||
}
|
||||
|
||||
pub fn insert_conversation(&mut self, conversation: Conversation) -> Result<()> {
|
||||
|
||||
Reference in New Issue
Block a user