fmt: apply rustfmt

This commit is contained in:
2025-08-08 17:25:15 -07:00
parent 747aef0005
commit 274a485f8d
20 changed files with 298 additions and 139 deletions
+1 -1
View File
@@ -63,4 +63,4 @@ async fn handle_socket(mut socket: WebSocket, state: AppState) {
_ => {}
}
}
}
}