fmt/clippy from last commit

This commit is contained in:
Luke Parker 2023-01-06 01:35:02 -05:00
parent f760c09006
commit e0deaa5539
No known key found for this signature in database
2 changed files with 3 additions and 2 deletions
substrate
runtime/src
serai/primitives/src

View file

@ -23,7 +23,6 @@ use frame_support::{
constants::{RocksDbWeight, WEIGHT_REF_TIME_PER_SECOND},
IdentityFee, Weight,
},
dispatch::DispatchClass,
parameter_types, construct_runtime,
};
pub use frame_system::Call as SystemCall;

View file

@ -1,4 +1,6 @@
use core::{ops::{Add, Mul}};
use core::{
ops::{Add, Mul},
};
use scale::{Encode, Decode, MaxEncodedLen};
use scale_info::TypeInfo;