fmt: fmt and clippy
This commit is contained in:
parent
aa196ba33b
commit
82ce0a864f
2 changed files with 28 additions and 33 deletions
|
@ -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()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue