mirror of
https://github.com/serai-dex/serai.git
synced 2025-12-08 12:19:24 +00:00
fmt/clippy from last commit
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user