mirror of
https://github.com/uqbar-dao/nectar.git
synced 2024-12-18 22:21:50 +03:00
Format Rust code using rustfmt
This commit is contained in:
parent
ebc6a35854
commit
6bdd9ded32
@ -1,5 +1,5 @@
|
|||||||
use crate::types::*;
|
|
||||||
use crate::http::types::HttpServerAction;
|
use crate::http::types::HttpServerAction;
|
||||||
|
use crate::types::*;
|
||||||
use anyhow::Result;
|
use anyhow::Result;
|
||||||
use ethers::core::types::Filter;
|
use ethers::core::types::Filter;
|
||||||
use ethers::prelude::Provider;
|
use ethers::prelude::Provider;
|
||||||
@ -67,7 +67,7 @@ pub async fn provider(
|
|||||||
rsvp: None,
|
rsvp: None,
|
||||||
message: Message::Request(Request {
|
message: Message::Request(Request {
|
||||||
inherit: false,
|
inherit: false,
|
||||||
ipc: serde_json::to_vec::<>(&HttpServerAction::WebSocketBind {
|
ipc: serde_json::to_vec(&HttpServerAction::WebSocketBind {
|
||||||
path: "/".to_string(),
|
path: "/".to_string(),
|
||||||
authenticated: false,
|
authenticated: false,
|
||||||
encrypted: false,
|
encrypted: false,
|
||||||
|
Loading…
Reference in New Issue
Block a user