fmt: fmt and clippy

This commit is contained in:
silver 2023-05-26 10:39:36 +01:00
parent aa196ba33b
commit 82ce0a864f
2 changed files with 28 additions and 33 deletions

View file

@ -3,7 +3,6 @@ use sqlx::{Error, Pool, Sqlite};
use std::str::FromStr;
use std::time::{SystemTime, UNIX_EPOCH};
use tide::prelude::*;
pub async fn db_init(database: &str) -> Result<Pool<Sqlite>, Error> {
let pool = SqlitePoolOptions::new()