chore(clippy): make clippy happy (#2597)

This commit is contained in:
Matthias Seitz
2023-05-07 12:00:23 +02:00
committed by GitHub
parent 3591a6f249
commit 523ffa0cb7
6 changed files with 8 additions and 12 deletions

View File

@ -104,7 +104,7 @@ pub fn test_rpc_builder() -> RpcModuleBuilder<
RpcModuleBuilder::default()
.with_client(NoopProvider::default())
.with_pool(testing_pool())
.with_network(NoopNetwork::default())
.with_network(NoopNetwork)
.with_executor(TokioTaskExecutor::default())
.with_events(TestCanonStateSubscriptions::default())
}