Skip to content

Commit

Permalink
fix clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
haerdib committed Sep 11, 2024
1 parent d602b89 commit f5f8788
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions primitives/src/config/westend_runtime_config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,6 @@
*/

use crate::{
config::WithAddress, AccountId32, Config, DefaultRuntimeConfig, GenericExtrinsicParams,
MultiAddress,
};
use crate::{config::WithAddress, AccountId32, DefaultRuntimeConfig, MultiAddress};

pub type WestendRuntimeConfig = WithAddress<DefaultRuntimeConfig, MultiAddress<AccountId32, ()>>;

0 comments on commit f5f8788

Please sign in to comment.