refactor(database/mod): formatting using rustfmt

This commit is contained in:
Raphael 2026-02-14 00:46:50 +01:00
parent ee99b6c4c4
commit d73b704ca0
No known key found for this signature in database

View file

@ -1,7 +1,7 @@
include!("./mod_gen.rs");
use sqlx::{Pool, Postgres};
use serenity::prelude::TypeMapKey;
use sqlx::{Pool, Postgres};
pub struct DbPool;