Unverified Commit de1276d3 authored by Alexandru Vasile's avatar Alexandru Vasile
Browse files

Fix fmt



Signed-off-by: default avatarAlexandru Vasile <alexandru.vasile@parity.io>
parent c026b0a1
Pipeline #207220 passed with stages
in 5 minutes and 5 seconds
......@@ -54,8 +54,8 @@ use jsonrpsee_core::tracing::{rx_log_from_json, rx_log_from_str, tx_log_from_str
use jsonrpsee_core::TEN_MB_SIZE_BYTES;
use jsonrpsee_types::error::{ErrorCode, ErrorObject, BATCHES_NOT_SUPPORTED_CODE, BATCHES_NOT_SUPPORTED_MSG};
use jsonrpsee_types::{Id, Notification, Params, Request};
use std::error::Error as StdError;
use serde_json::value::RawValue;
use std::error::Error as StdError;
use tokio::net::{TcpListener, ToSocketAddrs};
use tower::layer::util::Identity;
use tower::Layer;
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment