chore: solve lints, improve formatting

This commit is contained in:
2025-08-27 12:19:17 -05:00
parent ac70306c04
commit cb8a595326
9 changed files with 103 additions and 130 deletions

View File

@@ -1,5 +1,5 @@
use super::Service;
use crate::web::routes::{BannerState, create_banner_router};
use crate::web::{BannerState, create_banner_router};
use std::net::SocketAddr;
use tokio::net::TcpListener;
use tokio::sync::broadcast;