mirror of
https://github.com/serai-dex/serai.git
synced 2025-04-22 05:58:13 +00:00
fmt/clippy from last commit
This commit is contained in:
parent
f760c09006
commit
e0deaa5539
2 changed files with 3 additions and 2 deletions
|
@ -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;
|
||||
|
|
|
@ -1,4 +1,6 @@
|
|||
use core::{ops::{Add, Mul}};
|
||||
use core::{
|
||||
ops::{Add, Mul},
|
||||
};
|
||||
|
||||
use scale::{Encode, Decode, MaxEncodedLen};
|
||||
use scale_info::TypeInfo;
|
||||
|
|
Loading…
Reference in a new issue