Reformat project

This commit is contained in:
Gregory Schier
2025-12-13 08:10:12 -08:00
parent c20c0eff32
commit cfbfd66eef
68 changed files with 290 additions and 759 deletions

View File

@@ -23,10 +23,7 @@ pub struct WebsocketManager {
impl WebsocketManager {
pub fn new() -> Self {
WebsocketManager {
connections: Default::default(),
read_tasks: Default::default(),
}
WebsocketManager { connections: Default::default(), read_tasks: Default::default() }
}
pub async fn connect(