git.delta.rocks / unique-network / refs/commits / 7fc3eecfe610

difftreelog

Fix formatting

Greg Zaitsev2021-12-10parent: #2c4dad5.patch.diff
in: master

2 files changed

modifiedpallets/inflation/src/lib.rsdiffbeforeafterboth

no syntactic changes

modifiedpallets/inflation/src/tests.rsdiffbeforeafterboth
--- a/pallets/inflation/src/tests.rs
+++ b/pallets/inflation/src/tests.rs
@@ -241,7 +241,10 @@
 		MockBlockNumberProvider::set(start_block);
 
 		// Start inflation as sudo
-		assert_ok!(Inflation::start_inflation(RawOrigin::Root.into(), start_block));
+		assert_ok!(Inflation::start_inflation(
+			RawOrigin::Root.into(),
+			start_block
+		));
 
 		// Go through all the block inflations for year 1,
 		// total issuance will be updated accordingly