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
92 {{~/each}}92 {{~/each}}
93 }93 }
94 {{~/each}}94 {{~/each}}
95}95}
96
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