chore: format
This commit is contained in:
parent
6f6cf0cc88
commit
fe685c36b9
1 changed files with 1 additions and 1 deletions
|
@ -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();
|
||||
|
||||
|
|
Loading…
Reference in a new issue