Format Rust code using rustfmt

This commit is contained in:
github-actions[bot] 2023-12-21 21:51:30 +00:00 committed by GitHub
parent ebc6a35854
commit 6bdd9ded32
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,5 +1,5 @@
use crate::types::*;
use crate::http::types::HttpServerAction;
use crate::types::*;
use anyhow::Result;
use ethers::core::types::Filter;
use ethers::prelude::Provider;
@ -67,7 +67,7 @@ pub async fn provider(
rsvp: None,
message: Message::Request(Request {
inherit: false,
ipc: serde_json::to_vec::<>(&HttpServerAction::WebSocketBind {
ipc: serde_json::to_vec(&HttpServerAction::WebSocketBind {
path: "/".to_string(),
authenticated: false,
encrypted: false,