git.delta.rocks / unique-network / refs/commits / a73db73ce98e

difftreelog

style fix formatting

Yaroslav Bolyukin2023-07-17parent: #ec57cb9.patch.diff
in: master

3 files changed

modifiednode/rpc/src/lib.rsdiffbeforeafterboth
--- a/node/rpc/src/lib.rs
+++ b/node/rpc/src/lib.rs
@@ -204,7 +204,8 @@
 	pub eth_block_data_cache: Arc<EthBlockDataCacheTask<Block>>,
 	/// EthFilterApi pool.
 	pub eth_filter_pool: Option<FilterPool>,
-	pub eth_pubsub_notification_sinks: Arc<EthereumBlockNotificationSinks<EthereumBlockNotification<Block>>>,
+	pub eth_pubsub_notification_sinks:
+		Arc<EthereumBlockNotificationSinks<EthereumBlockNotification<Block>>>,
 	/// Whether to enable eth dev signer
 	pub enable_dev_signer: bool,
 
@@ -247,7 +248,8 @@
 {
 	use fc_rpc::{
 		Eth, EthApiServer, EthDevSigner, EthFilter, EthFilterApiServer, EthPubSub,
-		EthPubSubApiServer, EthSigner, Net, NetApiServer, Web3, Web3ApiServer, TxPool, TxPoolApiServer,
+		EthPubSubApiServer, EthSigner, Net, NetApiServer, Web3, Web3ApiServer, TxPool,
+		TxPoolApiServer,
 	};
 
 	let EthDeps {
@@ -294,10 +296,7 @@
 		.into_rpc(),
 	)?;
 
-	let tx_pool = TxPool::new(
-		client.clone(),
-		graph,
-		);
+	let tx_pool = TxPool::new(client.clone(), graph);
 
 	if let Some(filter_pool) = eth_filter_pool {
 		io.merge(
modifiedruntime/common/instance.rsdiffbeforeafterboth
--- a/runtime/common/instance.rs
+++ b/runtime/common/instance.rs
@@ -1,7 +1,5 @@
 use crate::{
-	runtime_common::{
-		config::ethereum::CrossAccountId,
-	},
+	runtime_common::{config::ethereum::CrossAccountId},
 	Runtime,
 };
 use up_common::types::opaque::RuntimeInstance;
modifiedtests/src/util/playgrounds/unique.tsdiffbeforeafterboth

no syntactic changes