mirror of
https://github.com/uqbar-dao/nectar.git
synced 2024-12-21 07:31:34 +03:00
Format Rust code using rustfmt
This commit is contained in:
parent
ae7e3228a4
commit
b8a4153429
@ -1357,10 +1357,7 @@ async fn handle_app_message(
|
||||
},
|
||||
);
|
||||
}
|
||||
HttpServerAction::WebSocketSecureBind {
|
||||
path,
|
||||
extension,
|
||||
} => {
|
||||
HttpServerAction::WebSocketSecureBind { path, extension } => {
|
||||
if check_process_id_kimap_safe(&km.source.process).is_err() {
|
||||
let source = km.source.clone();
|
||||
send_action_response(
|
||||
|
Loading…
Reference in New Issue
Block a user