fmt: fmt and clippy

This commit is contained in:
silver 2023-05-26 00:51:36 +01:00
parent 1cdc732885
commit 311029574f
2 changed files with 24 additions and 22 deletions

View file

@ -23,7 +23,7 @@ pub async fn db_init(database: &str) -> Result<Pool<Sqlite>, Error> {
)
.execute(&pool)
.await?;
*/
// set up indexes?