difftreelog
style fix formatting
in: master
1 file changed
runtime/common/config/substrate.rsdiffbeforeafterboth15// along with Unique Network. If not, see <http://www.gnu.org/licenses/>.15// along with Unique Network. If not, see <http://www.gnu.org/licenses/>.161617use frame_support::{17use frame_support::{18 derive_impl,18 dispatch::DispatchClass,19 dispatch::DispatchClass,19 ord_parameter_types, parameter_types,20 ord_parameter_types, parameter_types,20 traits::{21 traits::{25 constants::{BlockExecutionWeight, ExtrinsicBaseWeight, RocksDbWeight},26 constants::{BlockExecutionWeight, ExtrinsicBaseWeight, RocksDbWeight},26 ConstantMultiplier,27 ConstantMultiplier,27 },28 },28 PalletId, derive_impl,29 PalletId,29};30};30use frame_system::{31use frame_system::{31 limits::{BlockLength, BlockWeights},32 limits::{BlockLength, BlockWeights},424343use crate::{44use crate::{44 runtime_common::DealWithFees, Balances, Block, OriginCaller, PalletInfo, Runtime, RuntimeCall,45 runtime_common::DealWithFees, Balances, Block, OriginCaller, PalletInfo, Runtime, RuntimeCall,45 RuntimeEvent, RuntimeFreezeReason, RuntimeHoldReason, RuntimeOrigin, SS58Prefix, System,46 RuntimeEvent, RuntimeFreezeReason, RuntimeHoldReason, RuntimeOrigin, RuntimeTask, SS58Prefix,46 Treasury, Version, RuntimeTask,47 System, Treasury, Version,47};48};484949parameter_types! {50parameter_types! {