Skip to content

Commit

Permalink
cargo fmt --all -- --config imports_granularity=Crate
Browse files Browse the repository at this point in the history
  • Loading branch information
SurfingNerd committed Nov 17, 2024
1 parent ee62bf5 commit 474a28f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions crates/rpc/src/v1/tests/mocked/signing.rs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

use std::{str::FromStr, sync::Arc, thread, time::Duration};

use jsonrpc_core::{futures::Future, IoHandler, Success};
use jsonrpc_core::{futures::Future, IoHandler, Success};
use v1::{
helpers::{
dispatch,
Expand All @@ -30,6 +30,7 @@ use v1::{
types::{ConfirmationResponse, RichRawTransaction},
};

use crate::dispatch::FullDispatcher;
use accounts::AccountProvider;
use bytes::ToPretty;
use crypto::publickey::{Generator, Random, Secret};
Expand All @@ -39,7 +40,6 @@ use parity_runtime::{Executor, Runtime};
use parking_lot::Mutex;
use serde_json;
use types::transaction::{Action, SignedTransaction, Transaction, TypedTransaction};
use crate::dispatch::FullDispatcher;

struct SigningTester {
pub runtime: Runtime,

Check warning on line 45 in crates/rpc/src/v1/tests/mocked/signing.rs

View workflow job for this annotation

GitHub Actions / Test and Build (ubuntu-latest, 1.72)

fields `runtime` and `client` are never read
Expand Down

0 comments on commit 474a28f

Please sign in to comment.