Skip to content

Commit

Permalink
clippy: Obey
Browse files Browse the repository at this point in the history
  • Loading branch information
cdamian committed Nov 8, 2023
1 parent 34035ab commit db90a0e
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions runtime/integration-tests/src/runtime_apis/rewards.rs
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,9 @@
use cfg_primitives::{AccountId, Balance, CFG};
use cfg_traits::rewards::{AccountRewards, CurrencyGroupChange, DistributedRewards, GroupRewards};
use cfg_types::tokens::CurrencyId;
use development_runtime::{BlockId};
use runtime_common::apis::RewardsApi;
use development_runtime::BlockId;
use frame_support::assert_ok;
use runtime_common::apis::RewardDomain;
use runtime_common::apis::{RewardDomain, RewardsApi};
use sp_core::{sr25519, Pair};
use sp_runtime::traits::IdentifyAccount;
use tokio::runtime::Handle;
Expand Down

0 comments on commit db90a0e

Please sign in to comment.