git.delta.rocks / unique-network / refs/commits / 1d12e73b766b

difftreelog

style fix unused imports

Yaroslav Bolyukin2021-10-22parent: #1d469f4.patch.diff
in: master

2 files changed

modified.maintain/frame-weight-template.hbsdiffbeforeafterboth
--- a/.maintain/frame-weight-template.hbs
+++ b/.maintain/frame-weight-template.hbs
@@ -92,4 +92,4 @@
 			{{~/each}}
 	}
 	{{~/each}}
-}
\ No newline at end of file
+}
modifiedpallets/inflation/src/benchmarking.rsdiffbeforeafterboth
3use super::*;3use super::*;
4use crate::Module as Inflation;4use crate::Module as Inflation;
55
6use sp_std::prelude::*;
7use frame_system::RawOrigin;
8use frame_benchmarking::{benchmarks};6use frame_benchmarking::{benchmarks};
9use frame_support::traits::OnInitialize;7use frame_support::traits::OnInitialize;
108