mirror of
https://github.com/uqbar-dao/nectar.git
synced 2024-12-24 09:06:10 +03:00
Format Rust code using rustfmt
This commit is contained in:
parent
d536cd116f
commit
c93e6aa569
@ -1015,8 +1015,10 @@ async fn handle_app_message(
|
|||||||
} else {
|
} else {
|
||||||
warp::ws::Message::pong(payload.bytes)
|
warp::ws::Message::pong(payload.bytes)
|
||||||
}
|
}
|
||||||
},
|
}
|
||||||
WsMessageType::Close => { unreachable!(); }
|
WsMessageType::Close => {
|
||||||
|
unreachable!();
|
||||||
|
}
|
||||||
};
|
};
|
||||||
// Send to the websocket if registered
|
// Send to the websocket if registered
|
||||||
if let Some(got) = ws_senders.get(&channel_id) {
|
if let Some(got) = ws_senders.get(&channel_id) {
|
||||||
|
Loading…
Reference in New Issue
Block a user