difftreelog
Fix formatting
in: master
2 files changed
pallets/inflation/src/lib.rsdiffbeforeafterbothno syntactic changes
pallets/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