refactor(database/mod): formatting using rustfmt
This commit is contained in:
parent
ee99b6c4c4
commit
d73b704ca0
1 changed files with 1 additions and 1 deletions
|
|
@ -1,7 +1,7 @@
|
|||
include!("./mod_gen.rs");
|
||||
|
||||
use sqlx::{Pool, Postgres};
|
||||
use serenity::prelude::TypeMapKey;
|
||||
use sqlx::{Pool, Postgres};
|
||||
|
||||
pub struct DbPool;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue