chore: format

This commit is contained in:
naskya 2024-06-04 10:52:26 +09:00
parent 6f6cf0cc88
commit fe685c36b9
No known key found for this signature in database
GPG key ID: 712D413B3A9FED5C

View file

@ -3,8 +3,8 @@
use crate::config::CONFIG;
use once_cell::sync::OnceCell;
use sea_orm::{ConnectOptions, Database, DbConn, DbErr};
use tracing::log::LevelFilter;
use std::time::Duration;
use tracing::log::LevelFilter;
static DB_CONN: OnceCell<DbConn> = OnceCell::new();