chore: Formatting

This commit is contained in:
Ginger 2026-01-20 10:00:26 -05:00
parent cb79a3b9d7
commit fe74e82318
No known key found for this signature in database

View file

@ -13,9 +13,8 @@ mod sentry;
mod server;
mod signal;
use server::Server;
pub use conduwuit_core::{Error, Result};
use server::Server;
pub use crate::clap::Args;