mirror of
https://github.com/uqbar-dao/nectar.git
synced 2024-12-04 03:54:06 +03:00
Format Rust code using rustfmt
This commit is contained in:
parent
bf3190615c
commit
423e701572
@ -143,7 +143,15 @@ async fn serve(
|
||||
send_to_loop: MessageSender,
|
||||
print_tx: PrintSender| {
|
||||
ws_connection.on_upgrade(move |ws: WebSocket| async move {
|
||||
maintain_websocket(ws, our, jwt_secret_bytes, ws_senders, send_to_loop, print_tx).await
|
||||
maintain_websocket(
|
||||
ws,
|
||||
our,
|
||||
jwt_secret_bytes,
|
||||
ws_senders,
|
||||
send_to_loop,
|
||||
print_tx,
|
||||
)
|
||||
.await
|
||||
})
|
||||
},
|
||||
);
|
||||
|
Loading…
Reference in New Issue
Block a user