Skip to content

Commit d3e88d4

Browse files
committed
tabs -> spaces
1 parent ce2b70c commit d3e88d4

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

rpc/src/v1/tests/eth.rs

+4-5
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,6 @@ fn sync_provider() -> Arc<TestSyncProvider> {
5757
}))
5858
}
5959

60-
6160
fn miner_service(spec: &Spec) -> Arc<Miner> {
6261
Arc::new(Miner::new_for_tests(spec, None))
6362
}
@@ -83,14 +82,14 @@ struct EthTester {
8382
_runtime: Runtime,
8483
_snapshot: Arc<TestSnapshotService>,
8584
accounts: Arc<AccountProvider>,
86-
#[allow(unused)]
87-
client: Arc<Client>,
85+
#[allow(unused)]
86+
client: Arc<Client>,
8887
handler: IoHandler<Metadata>,
8988
}
9089

9190
impl EthTester {
92-
#[allow(unused)]
93-
fn from_chain(chain: &BlockChain) -> Self {
91+
#[allow(unused)]
92+
fn from_chain(chain: &BlockChain) -> Self {
9493
let tester = if ::ethjson::blockchain::Engine::NoProof == chain.engine {
9594
let mut config = ClientConfig::default();
9695
config.verifier_type = VerifierType::CanonNoSeal;

0 commit comments

Comments
 (0)