git.delta.rocks / unique-network / refs/commits / 66f5308c33e3

difftreelog

fmt

PraetorP2022-09-12parent: #5b62d1e.patch.diff
in: master

3 files changed

modifiedpallets/app-promotion/src/types.rsdiffbeforeafterboth

no syntactic changes

modifiedpallets/evm-contract-helpers/src/lib.rsdiffbeforeafterboth
--- a/pallets/evm-contract-helpers/src/lib.rs
+++ b/pallets/evm-contract-helpers/src/lib.rs
@@ -272,7 +272,7 @@
 
 		/// Force remove `sponsor` for `contract`.
 		///
-		/// Differs from `remove_sponsor` in that 
+		/// Differs from `remove_sponsor` in that
 		/// it doesn't require consent from the `owner` of the contract.
 		pub fn force_remove_sponsor(contract_address: H160) -> DispatchResult {
 			Sponsoring::<T>::remove(contract_address);
modifiedpallets/unique/src/lib.rsdiffbeforeafterboth
--- a/pallets/unique/src/lib.rs
+++ b/pallets/unique/src/lib.rs
@@ -1138,7 +1138,7 @@
 	///
 	/// Differs from `remove_sponsor` in that
 	/// it doesn't require consent from the `owner` of the collection.
-	/// 
+	///
 	/// # Arguments
 	///
 	/// * `collection_id`: ID of the modified collection.