mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-05-03 06:04:14 +02:00
Reformat project
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user