Skip to content

Commit

Permalink
Fix clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
vovac12 committed Nov 20, 2024
1 parent 418b488 commit abd5757
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 10 deletions.
6 changes: 3 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 1 addition & 7 deletions pallets/kensetsu/src/migrations.rs
Original file line number Diff line number Diff line change
Expand Up @@ -655,14 +655,8 @@ pub mod v4_to_v5 {
mod tests {
use crate::migrations::v4_to_v5::UpgradeToV5;
use crate::mock::{new_test_ext, TestRuntime};
use crate::{
CollateralInfos, Pallet, PegAsset, StablecoinCollateralIdentifier, StablecoinInfos,
StablecoinParameters,
};
use common::{balance, SymbolName, DAI, KGOLD, KUSD, KXOR, XOR};
use core::default::Default;
use crate::Pallet;
use frame_support::traits::{GetStorageVersion, OnRuntimeUpgrade, StorageVersion};
use sp_arithmetic::FixedU128;

#[test]
fn test() {
Expand Down

0 comments on commit abd5757

Please sign in to comment.