mirror of
https://github.com/uqbar-dao/nectar.git
synced 2024-12-19 22:51:51 +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 {
|
||||
warp::ws::Message::pong(payload.bytes)
|
||||
}
|
||||
},
|
||||
WsMessageType::Close => { unreachable!(); }
|
||||
}
|
||||
WsMessageType::Close => {
|
||||
unreachable!();
|
||||
}
|
||||
};
|
||||
// Send to the websocket if registered
|
||||
if let Some(got) = ws_senders.get(&channel_id) {
|
||||
|
Loading…
Reference in New Issue
Block a user